diff --git a/libraries/wallet/wallet.cpp b/libraries/wallet/wallet.cpp index 5d5d16f66..2a2c25637 100644 --- a/libraries/wallet/wallet.cpp +++ b/libraries/wallet/wallet.cpp @@ -4264,7 +4264,7 @@ signed_transaction wallet_api::delete_son(string owner_account, map wallet_api::list_sons(const string& lowerbound, uint32_t limit) { - my->_remote_db->lookup_son_accounts(lowerbound, limit); + return my->_remote_db->lookup_son_accounts(lowerbound, limit); } signed_transaction wallet_api::create_witness(string owner_account,