forked from lthn/blockchain
get_wallet_info() fixed
This commit is contained in:
parent
43e8fbefbd
commit
85c27e81ea
1 changed files with 1 additions and 1 deletions
|
|
@ -19,6 +19,6 @@ namespace tools
|
|||
uint64_t fake = 0;
|
||||
wi.balance = w.balance(wi.unlocked_balance, fake, fake, wi.mined_total);
|
||||
wi.path = epee::string_encoding::wstring_to_utf8(w.get_wallet_path());
|
||||
return API_RETURN_CODE_OK;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue