Hotfix - Fix build error
This commit is contained in:
parent
1e76a23133
commit
dc5a8da13d
2 changed files with 2 additions and 2 deletions
|
|
@ -1355,7 +1355,7 @@ class wallet_api
|
||||||
*/
|
*/
|
||||||
signed_transaction try_create_son(string owner_account,
|
signed_transaction try_create_son(string owner_account,
|
||||||
string url,
|
string url,
|
||||||
flat_map<peerplays_sidechain::sidechain_type, string> sidechain_public_keys,
|
flat_map<sidechain_type, string> sidechain_public_keys,
|
||||||
bool broadcast = false);
|
bool broadcast = false);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -4729,7 +4729,7 @@ signed_transaction wallet_api::create_son(string owner_account,
|
||||||
|
|
||||||
signed_transaction wallet_api::try_create_son(string owner_account,
|
signed_transaction wallet_api::try_create_son(string owner_account,
|
||||||
string url,
|
string url,
|
||||||
flat_map<peerplays_sidechain::sidechain_type, string> sidechain_public_keys,
|
flat_map<sidechain_type, string> sidechain_public_keys,
|
||||||
bool broadcast /* = false */)
|
bool broadcast /* = false */)
|
||||||
{
|
{
|
||||||
vesting_balance_id_type deposit_id;
|
vesting_balance_id_type deposit_id;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue