wallet-rpc: enable openalias

This commit is contained in:
stoffu
2017-03-17 08:04:17 +09:00
parent c642d3224c
commit 250c4cb3e0
5 changed files with 15 additions and 9 deletions

View File

@@ -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);