forked from lthn/blockchain
gcc compilation fixup
This commit is contained in:
parent
14c9f82e96
commit
4987bfe6c5
1 changed files with 2 additions and 1 deletions
|
|
@ -64,7 +64,8 @@ void transfer_multisig(tools::wallet2& w,
|
|||
ctp.unlock_time = unlock_time;
|
||||
|
||||
w.prepare_transaction(ctp, ftp, tx);
|
||||
w.finalize_transaction(ftp, tx, crypto::secret_key(), false);
|
||||
crypto::secret_key sk = AUTO_VAL_INIT(sk);
|
||||
w.finalize_transaction(ftp, tx, sk, false);
|
||||
|
||||
// sign ms input with all other non-wallet keys
|
||||
auto it = w.get_multisig_transfers().find(multisig_id);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue