Skip to content

Commit 46af37a

Browse files
asimm241zone117x
authored andcommitted
fix: fixed number of multisignature
1 parent 4b1adf2 commit 46af37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/routes/rosetta/construction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ export function createRosettaConstructionRouter(db: DataStore): RouterWithAsync
417417
amount: new BN(amount),
418418
fee: new BN(fees),
419419
publicKeys: publicKeysStrings,
420-
numSignatures: 2,
420+
numSignatures: publicKeys.length,
421421
network: GetStacksTestnetNetwork(),
422422
nonce: accountInfo.nonce ? new BN(accountInfo.nonce) : new BN(0),
423423
};

0 commit comments

Comments
 (0)