Hotfix - Fix build error

This commit is contained in:
Srdjan Obucina 2020-03-29 23:23:57 +02:00
parent 1e76a23133
commit dc5a8da13d
2 changed files with 2 additions and 2 deletions

View file

@ -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);
/** /**

View file

@ -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;