mirror of
https://github.com/monero-project/monero.git
synced 2025-08-09 00:52:23 -04:00
wallet: allow message sign/verify for subaddresses
This commit is contained in:
parent
4c9fd8d86d
commit
d64e5aa719
7 changed files with 67 additions and 19 deletions
|
@ -1943,7 +1943,7 @@ namespace tools
|
|||
return false;
|
||||
}
|
||||
|
||||
res.signature = m_wallet->sign(req.data);
|
||||
res.signature = m_wallet->sign(req.data, {req.account_index, req.address_index});
|
||||
return true;
|
||||
}
|
||||
//------------------------------------------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue