Skip to content

Commit 0751868

Browse files
authored
Fix the type signature of resource logic (#97)
Resource Logics do not take AppData they take the AppData Values in a list
1 parent 2b75cf4 commit 0751868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BaseLayer/ResourceMachine.juvix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ with
158158
isConsumed : Bool;
159159
consumed : List Resource;
160160
created : List Resource;
161-
appData : AppData;
161+
appData : List AppData.Value;
162162
}
163163
with
164164
nullifiers (a : Args) : List Nullifier :=

0 commit comments

Comments
 (0)