Skip to content

Commit

Permalink
fix: ms sign verify
Browse files Browse the repository at this point in the history
  • Loading branch information
vaultec81 committed Apr 24, 2024
1 parent 2faa292 commit 417f00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/new/witness/multisig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export class MultisigSystem {
account: networks[this.self.config.get('network.id')].multisigAccount,
owner: {
//Backup account for now. It will be removed in future versions
account_auths: [['vsc.network', multisigConf.threshold]],
account_auths: [],
key_auths: orderAlphabetically(ownerKeys.map(e => [e, 1])),

weight_threshold: multisigConf.threshold
Expand Down

0 comments on commit 417f00d

Please sign in to comment.