Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Aug 29, 2024
1 parent af5d0a1 commit 1a4887a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sui/multisig.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ async function signTx(keypair, client, options) {

async function executeCombinedSignature(client, options) {
const { combinedSignPath } = options;

if (options.offline) {
throw new Error('Cannot execute in offline mode');
}
Expand Down

0 comments on commit 1a4887a

Please sign in to comment.