From e0e427a36669f0ec8e2279be28dd062794c07163 Mon Sep 17 00:00:00 2001 From: Srdjan Obucina Date: Mon, 20 Jan 2020 15:08:34 +0100 Subject: [PATCH] Quick fix for list_active_sons --- libraries/wallet/include/graphene/wallet/wallet.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/wallet/include/graphene/wallet/wallet.hpp b/libraries/wallet/include/graphene/wallet/wallet.hpp index aeb9107d..39a2d8c7 100644 --- a/libraries/wallet/include/graphene/wallet/wallet.hpp +++ b/libraries/wallet/include/graphene/wallet/wallet.hpp @@ -2220,6 +2220,7 @@ FC_API( graphene::wallet::wallet_api, (update_son) (delete_son) (list_sons) + (list_active_sons) (add_sidechain_address) (update_sidechain_address) (delete_sidechain_address)