Fix singleton record calldata decode + test

This commit is contained in:
Hans Svensson
2020-08-10 16:35:37 +02:00
parent 6b60fde2df
commit db4de5d926
3 changed files with 8 additions and 0 deletions
+5
View File
@@ -45,3 +45,8 @@ contract FunctionArguments =
entrypoint due(t : Chain.ttl) =
true
record singleton_r = { x : int }
entrypoint singleton_rec(r : singleton_r) =
r.x