Skip to content

Commit

Permalink
refactor: ♻️ using numbers in bouncer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Janislav committed Sep 8, 2023
1 parent d72f6fa commit 148fe57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bouncer/shared/cf_governance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const snowWhite = keyring.createFromUri(snowWhiteUri);

export async function submitGovernanceExtrinsic(
extrinsic: SubmittableExtrinsic<'promise'>,
preAuthorise = false,
preAuthorise = 0,
) {
return snowWhiteMutex.runExclusive(async () =>
chainflip.tx.governance
Expand Down

0 comments on commit 148fe57

Please sign in to comment.