From e830737b39cb94d364ca74aaa57831fc62187ef9 Mon Sep 17 00:00:00 2001 From: Fuxing Loh Date: Mon, 12 Dec 2022 14:24:36 +0800 Subject: [PATCH] chore(docs): update 11-masternode.md updatemasternode --- docs/node/CATEGORIES/11-masternode.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/node/CATEGORIES/11-masternode.md b/docs/node/CATEGORIES/11-masternode.md index 25637394e7..d5311e1142 100644 --- a/docs/node/CATEGORIES/11-masternode.md +++ b/docs/node/CATEGORIES/11-masternode.md @@ -174,8 +174,8 @@ interface UTXO { ## updatemasternode -Creates (and submits to local node and network) a masternode update transaction which update the masternode operator addresses, spending the given inputs.. -The last optional argument (may be empty array) is an array of specific UTXOs to spend. +Creates a transaction to update masternode operator address, owner address, and/or reward address. +The last optional argument (it may be an empty array) is an array of specific UTXOs to spend. ```ts title="client.masternode.updatemasternode()" interface masternode {