From 782516133d5fbe506667eb42a0de55755562d19b Mon Sep 17 00:00:00 2001 From: lbrynaut Date: Wed, 30 May 2018 14:02:05 -0400 Subject: [PATCH] Update doc string for claim's valid_at_height parameter --- src/rpc/claimtrie.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"