From 1425cc951b51ba427dcd73c805c3e9e6b5a567d5 Mon Sep 17 00:00:00 2001 From: gladcow Date: Thu, 6 Feb 2020 10:00:26 +0300 Subject: [PATCH] add missed wallet methods to api description --- libraries/wallet/include/graphene/wallet/wallet.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/wallet/include/graphene/wallet/wallet.hpp b/libraries/wallet/include/graphene/wallet/wallet.hpp index 3d470703..6ef474d2 100644 --- a/libraries/wallet/include/graphene/wallet/wallet.hpp +++ b/libraries/wallet/include/graphene/wallet/wallet.hpp @@ -2352,4 +2352,6 @@ FC_API( graphene::wallet::wallet_api, (get_matched_bets_for_bettor) (get_all_matched_bets_for_bettor) (buy_ticket) + (start_son_maintenance) + (stop_son_maintenance) )