Skip to content

Commit

Permalink
Fix conflict: Pass global wallet to cTx.sign
Browse files Browse the repository at this point in the history
  • Loading branch information
JSKitty committed Oct 12, 2023
1 parent 2c9ea95 commit 7b0370f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/transactions.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ export async function createMasternode() {
export async function signTransaction(cTx, masterKey, outputs, undelegate) {
if (!masterKey.isHardwareWallet) {
return await cTx.sign(
masterKey,
wallet,
1,
undelegate ? 'coldstake' : undefined
);
Expand Down

0 comments on commit 7b0370f

Please sign in to comment.