mirror of
https://github.com/monero-project/monero.git
synced 2025-08-08 20:32:19 -04:00
Merge pull request #6069
d64e5aa7
wallet: allow message sign/verify for subaddresses (moneromooo-monero)
This commit is contained in:
commit
3b224bb99d
7 changed files with 67 additions and 19 deletions
|
@ -1963,7 +1963,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