Fix #398 - reserve_asset was calling fund_fee_pool in wallet
This commit is contained in:
parent
a1b00b2749
commit
20c8ca8fa1
1 changed files with 1 additions and 1 deletions
|
|
@ -2955,7 +2955,7 @@ signed_transaction wallet_api::reserve_asset(string from,
|
|||
string symbol,
|
||||
bool broadcast /* = false */)
|
||||
{
|
||||
return my->fund_asset_fee_pool(from, amount, symbol, broadcast);
|
||||
return my->reserve_asset(from, amount, symbol, broadcast);
|
||||
}
|
||||
|
||||
signed_transaction wallet_api::global_settle_asset(string symbol,
|
||||
|
|
|
|||
Loading…
Reference in a new issue