mirror of
https://github.com/monero-project/monero.git
synced 2025-08-23 13:25:04 -04:00
- testnet option added to api;
This commit is contained in:
parent
94eaeb50b2
commit
8df820b301
5 changed files with 98 additions and 37 deletions
|
@ -3077,6 +3077,11 @@ std::string wallet2::get_tx_note(const crypto::hash &txid) const
|
|||
return i->second;
|
||||
}
|
||||
|
||||
std::string wallet2::get_daemon_address() const
|
||||
{
|
||||
return m_daemon_address;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
void wallet2::generate_genesis(cryptonote::block& b) {
|
||||
if (m_testnet)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue