Skip to content

Commit

Permalink
Fix ICDexMaker Types - Dev-240218 (#12)
Browse files Browse the repository at this point in the history
- Fix ICDexMaker Types
  • Loading branch information
iclighthouse authored Feb 18, 2024
1 parent 312b7b3 commit ead78b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ICDexMaker.mo
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ module {
};
// admin
config: shared (_config: Config) -> async Bool;
transactionLock: shared (_act: {#lock; #unlock}) -> async Bool;
transactionLock: shared (_sysTransactionLock: ?{#lock; #unlock}, _sysGlobalLock: ?{#lock; #unlock}) -> async Bool;
setPause: shared (_pause: Bool) -> async Bool;
resetLocalBalance: shared () -> async PoolBalance;
dexWithdraw: shared (_token0: Amount, _token1: Amount) -> async (token0: Amount, token1: Amount);
Expand Down

0 comments on commit ead78b3

Please sign in to comment.