From 5ecbba87179ddceb14485c30d2e497d52f523fc6 Mon Sep 17 00:00:00 2001 From: Srdjan Obucina Date: Thu, 3 Oct 2019 19:57:34 +0200 Subject: [PATCH] WIP, SON operations, cli_wallet commands and RPC - get_son in cli_wallet --- 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 23a648f3..84f4d983 100644 --- a/libraries/wallet/include/graphene/wallet/wallet.hpp +++ b/libraries/wallet/include/graphene/wallet/wallet.hpp @@ -2040,6 +2040,7 @@ FC_API( graphene::wallet::wallet_api, (settle_asset) (whitelist_account) (create_committee_member) + (get_son) (get_witness) (get_committee_member) (list_witnesses)