Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/fix-its-intercha…
Browse files Browse the repository at this point in the history
…in-transfer-event
  • Loading branch information
Foivos committed Nov 20, 2024
2 parents f874c10 + 4e3381d commit 3c041ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion move/its/sources/types/flow_limit.move
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ use sui::clock::Clock;

const EPOCH_TIME: u64 = 6 * 60 * 60 * 1000;

const EFlowLimitExceeded: u64 = 0;
#[error]
const EFlowLimitExceeded: vector<u8> = b"flow limit exceeded";

public struct FlowLimit has store, copy, drop {
flow_limit: u64,
Expand Down

0 comments on commit 3c041ab

Please sign in to comment.