parent
d60c8a255e
commit
ababf24e69
2 changed files with 2 additions and 2 deletions
|
|
@ -759,7 +759,7 @@ class wallet_api
|
||||||
blind_confirmation transfer_to_blind( string from_account_id_or_name,
|
blind_confirmation transfer_to_blind( string from_account_id_or_name,
|
||||||
string asset_symbol,
|
string asset_symbol,
|
||||||
/** map from key or label to amount */
|
/** map from key or label to amount */
|
||||||
map<string, string> to_amounts,
|
vector<pair<string, string>> to_amounts,
|
||||||
bool broadcast = false );
|
bool broadcast = false );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -3787,7 +3787,7 @@ blind_confirmation wallet_api::blind_transfer_help( string from_key_or_label,
|
||||||
blind_confirmation wallet_api::transfer_to_blind( string from_account_id_or_name,
|
blind_confirmation wallet_api::transfer_to_blind( string from_account_id_or_name,
|
||||||
string asset_symbol,
|
string asset_symbol,
|
||||||
/** map from key or label to amount */
|
/** map from key or label to amount */
|
||||||
map<string, string> to_amounts,
|
vector<pair<string, string>> to_amounts,
|
||||||
bool broadcast )
|
bool broadcast )
|
||||||
{ try {
|
{ try {
|
||||||
FC_ASSERT( !is_locked() );
|
FC_ASSERT( !is_locked() );
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue