Skip to content

Commit

Permalink
Merge pull request #448 from chain4travel/aeddaqqa/fix-register-node
Browse files Browse the repository at this point in the history
fix(multisig): fix editing multisig
  • Loading branch information
aeddaqqa authored Nov 19, 2024
2 parents bf3426f + 8d67b76 commit c3b02c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/helpers/wallet_helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ class WalletHelper {
.buildMultisigAliasTx(
wallet.platformUtxoset,
pAddressStrings,
pAddressStrings,
[],
multisigAliasParams,
undefined,
ZeroBN
Expand Down Expand Up @@ -844,7 +844,7 @@ class WalletHelper {
.buildMultisigAliasTx(
wallet.platformUtxoset,
[[multisigAliasAddress], initialAddresses],
[multisigAliasAddress],
[],
multisigAliasParams,
undefined,
ZeroBN,
Expand Down

0 comments on commit c3b02c3

Please sign in to comment.