mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Merge pull request #9049
1062b17
wallet: sign_tx: get tx pubkey from extra (tobtoht)
This commit is contained in:
commit
2a6f7efca6
@ -7304,9 +7304,7 @@ bool wallet2::sign_tx(unsigned_tx_set &exported_txs, std::vector<wallet2::pendin
|
|||||||
crypto::key_derivation derivation;
|
crypto::key_derivation derivation;
|
||||||
std::vector<crypto::key_derivation> additional_derivations;
|
std::vector<crypto::key_derivation> additional_derivations;
|
||||||
|
|
||||||
// compute public keys from out secret keys
|
crypto::public_key tx_pub_key = get_tx_pub_key_from_extra(tx);
|
||||||
crypto::public_key tx_pub_key;
|
|
||||||
crypto::secret_key_to_public_key(txs[n].tx_key, tx_pub_key);
|
|
||||||
std::vector<crypto::public_key> additional_tx_pub_keys;
|
std::vector<crypto::public_key> additional_tx_pub_keys;
|
||||||
for (const crypto::secret_key &skey: txs[n].additional_tx_keys)
|
for (const crypto::secret_key &skey: txs[n].additional_tx_keys)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user