mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-31 06:55:59 +00:00
fix: missing coin control fixes
This commit is contained in:
parent
104bcbd5b1
commit
325d20a66a
1 changed files with 2 additions and 0 deletions
|
@ -947,6 +947,7 @@ extern "C"
|
||||||
return m_wallet->trustedDaemon();
|
return m_wallet->trustedDaemon();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
FUNCTION_VISABILITY_ATTRIBUTE
|
||||||
CoinsInfoRow* coin(int index)
|
CoinsInfoRow* coin(int index)
|
||||||
{
|
{
|
||||||
if (index >= 0 && index < m_coins_info.size()) {
|
if (index >= 0 && index < m_coins_info.size()) {
|
||||||
|
@ -974,6 +975,7 @@ extern "C"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
FUNCTION_VISABILITY_ATTRIBUTE
|
||||||
uint64_t coins_count()
|
uint64_t coins_count()
|
||||||
{
|
{
|
||||||
return m_coins_info.size();
|
return m_coins_info.size();
|
||||||
|
|
Loading…
Reference in a new issue