diff --git a/src/rpc/claimtrie.cpp b/src/rpc/claimtrie.cpp index db9a261fe..304a104ec 100644 --- a/src/rpc/claimtrie.cpp +++ b/src/rpc/claimtrie.cpp @@ -368,11 +368,12 @@ UniValue getclaimbyid(const UniValue& params, bool fHelp) " \"effective amount\" (numeric) txout amount plus amount from all supports associated with the claim\n" " \"height\" (numeric) the height of the block in which this claim transaction is located\n" " \"supports\" (array of object) supports for this claim\n" + " \"valid at height\" (numeric) the height at which the claim is valid\n" " [\n" " \"txid\" (string) the txid of the support\n" " \"n\" (numeric) the index of the support in the transaction's list of outputs\n" " \"height\" (numeric) the height at which the support was included in the blockchain\n" - " \"valid at height\" (numeric) the height at which the support became/becomes valid\n" + " \"valid at height\" (numeric) the height at which the support is valid\n" " \"amount\" (numeric) the amount of the support\n" " ]\n" "}\n"