removed unrelated parameter description from delete_son

This commit is contained in:
Sandip Patel 2019-11-21 13:34:29 +05:30
parent 36c93a586c
commit 76b95729e1

View file

@ -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
*/