Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/hashi/tests/mpc_signing_tests.move
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use hashi::mpc_signing::{
ELengthMismatch,
ENotStale,
EAllocationMismatch,
ENotComplete
ENotComplete,
};

fun sig(byte: u8): vector<u8> {
Expand Down
2 changes: 1 addition & 1 deletion packages/hashi/tests/withdrawal_queue_tests.move
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use hashi::{
EOutputBelowDust,
EOutputAmountMismatch,
EOutputAddressMismatch,
EMinerFeeExceedsMax
EMinerFeeExceedsMax,
}
};
use sui::clock;
Expand Down
Loading