This commit is contained in:
M 2020-11-08 22:44:09 +02:00
parent b17e7744c6
commit 5c4e1b4d01
5 changed files with 83 additions and 46 deletions

View file

@ -351,13 +351,11 @@ extern "C"
uint64_t get_full_balance(uint32_t account_index)
{
// return 0;
return get_current_wallet()->balance(account_index);
}
uint64_t get_unlocked_balance(uint32_t account_index)
{
// return 0;
return get_current_wallet()->unlockedBalance(account_index);
}