Skip to content

Commit ead78b3

Browse files
authored
Fix ICDexMaker Types - Dev-240218 (#12)
- Fix ICDexMaker Types
1 parent 312b7b3 commit ead78b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ICDexMaker.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ module {
145145
};
146146
// admin
147147
config: shared (_config: Config) -> async Bool;
148-
transactionLock: shared (_act: {#lock; #unlock}) -> async Bool;
148+
transactionLock: shared (_sysTransactionLock: ?{#lock; #unlock}, _sysGlobalLock: ?{#lock; #unlock}) -> async Bool;
149149
setPause: shared (_pause: Bool) -> async Bool;
150150
resetLocalBalance: shared () -> async PoolBalance;
151151
dexWithdraw: shared (_token0: Amount, _token1: Amount) -> async (token0: Amount, token1: Amount);

0 commit comments

Comments
 (0)