From 76b95729e1c0208715b1e4e18ea43835f4c1eab4 Mon Sep 17 00:00:00 2001 From: Sandip Patel Date: Thu, 21 Nov 2019 13:34:29 +0530 Subject: [PATCH] removed unrelated parameter description from delete_son --- libraries/wallet/include/graphene/wallet/wallet.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/wallet/include/graphene/wallet/wallet.hpp b/libraries/wallet/include/graphene/wallet/wallet.hpp index 2b511ba7..6a78d8d3 100644 --- a/libraries/wallet/include/graphene/wallet/wallet.hpp +++ b/libraries/wallet/include/graphene/wallet/wallet.hpp @@ -1340,8 +1340,6 @@ class wallet_api * An account can have at most one witness object. * * @param owner_account the name or id of the account which is creating the witness - * @param url a URL to include in the witness record in the blockchain. Clients may - * display this when showing a list of witnesses. May be blank. * @param broadcast true to broadcast the transaction on the network * @returns the signed transaction registering a witness */