From dc5a8da13dcc2e8ab6dc3fb0b04b4b7f3f238197 Mon Sep 17 00:00:00 2001 From: Srdjan Obucina Date: Sun, 29 Mar 2020 23:23:57 +0200 Subject: [PATCH] Hotfix - Fix build error --- libraries/wallet/include/graphene/wallet/wallet.hpp | 2 +- libraries/wallet/wallet.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/wallet/include/graphene/wallet/wallet.hpp b/libraries/wallet/include/graphene/wallet/wallet.hpp index a32c66db..df4bfc3c 100644 --- a/libraries/wallet/include/graphene/wallet/wallet.hpp +++ b/libraries/wallet/include/graphene/wallet/wallet.hpp @@ -1355,7 +1355,7 @@ class wallet_api */ signed_transaction try_create_son(string owner_account, string url, - flat_map sidechain_public_keys, + flat_map sidechain_public_keys, bool broadcast = false); /** diff --git a/libraries/wallet/wallet.cpp b/libraries/wallet/wallet.cpp index 1a4d508a..e6cd6291 100644 --- a/libraries/wallet/wallet.cpp +++ b/libraries/wallet/wallet.cpp @@ -4729,7 +4729,7 @@ signed_transaction wallet_api::create_son(string owner_account, signed_transaction wallet_api::try_create_son(string owner_account, string url, - flat_map sidechain_public_keys, + flat_map sidechain_public_keys, bool broadcast /* = false */) { vesting_balance_id_type deposit_id;