diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-03-18 20:22:31 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-03-18 20:22:31 +0200 |
commit | 50b8af5b45e44f87362484d720abf3300ce3aa94 (patch) | |
tree | 701896339785cbb8e4235a26c4a55e0e5abd5933 /src/cryptonote_basic/cryptonote_basic_impl.h | |
parent | Merge pull request #1869 (diff) | |
parent | wallet-rpc: enable openalias (diff) | |
download | monero-50b8af5b45e44f87362484d720abf3300ce3aa94.tar.xz |
Merge pull request #1874
250c4cb3 wallet-rpc: enable openalias (stoffu)
Diffstat (limited to 'src/cryptonote_basic/cryptonote_basic_impl.h')
-rw-r--r-- | src/cryptonote_basic/cryptonote_basic_impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cryptonote_basic/cryptonote_basic_impl.h b/src/cryptonote_basic/cryptonote_basic_impl.h index 46974330b..4e1468510 100644 --- a/src/cryptonote_basic/cryptonote_basic_impl.h +++ b/src/cryptonote_basic/cryptonote_basic_impl.h @@ -107,12 +107,14 @@ namespace cryptonote { , crypto::hash8& payment_id , bool testnet , const std::string& str_or_url + , bool cli_confirm = true ); bool get_account_address_from_str_or_url( cryptonote::account_public_address& address , bool testnet , const std::string& str_or_url + , bool cli_confirm = true ); bool is_coinbase(const transaction& tx); |