Skip to content

Commit

Permalink
Update rs/sns/swap/canister/swap.did
Browse files Browse the repository at this point in the history
  • Loading branch information
aterga authored Dec 18, 2024
1 parent 988af09 commit 69de4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/sns/swap/canister/swap.did
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ type DefiniteCanisterSettingsArgs = record {
wasm_memory_limit : opt nat;
memory_allocation : nat;
compute_allocation : nat;
wasm_memory_threshold : nat;
wasm_memory_threshold : opt nat;
};

type DerivedState = record {
Expand Down

0 comments on commit 69de4fb

Please sign in to comment.