mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
Fixes.
This commit is contained in:
parent
b17e7744c6
commit
5c4e1b4d01
5 changed files with 83 additions and 46 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue