mirror of
https://github.com/monero-project/monero.git
synced 2025-05-08 00:04:57 -04:00
Merge pull request #6446
e509ede
trezor: adapt to new passphrase mechanism (ph4r05)
This commit is contained in:
commit
c9b800a787
24 changed files with 434 additions and 256 deletions
|
@ -330,6 +330,11 @@ namespace net_utils
|
|||
return m_net_client.get_bytes_received();
|
||||
}
|
||||
//---------------------------------------------------------------------------
|
||||
void wipe_response()
|
||||
{
|
||||
m_response_info.wipe();
|
||||
}
|
||||
//---------------------------------------------------------------------------
|
||||
private:
|
||||
//---------------------------------------------------------------------------
|
||||
inline bool handle_reciev(std::chrono::milliseconds timeout)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue