Apply suggestions from code review

Co-authored-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Greg Pfeil 2022-09-23 18:39:00 -06:00 committed by GitHub
parent bdde47fb5d
commit 5514542a0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -277,7 +277,6 @@ class FinalOrchardRootTest(BitcoinTestFramework):
assert_equal(len(new_treestate["orchard"]["commitments"]["finalRoot"]), 64)
assert_equal(len(new_treestate["orchard"]["commitments"]["finalState"]), 260)
pass
if __name__ == '__main__':

View File

@ -723,7 +723,8 @@ UniValue getblock(const UniValue& params, bool fHelp)
" main chain.\n"
" NB: The serialized representation of this field returned by this method\n"
" was byte-flipped relative to its representation in the `getrawtransaction`\n"
" output in prior releases up to v5.2.0. This has now been rectified.\n"
" output in prior releases up to and including v5.2.0. This has now been\n"
" rectified.\n"
" \"tx\" : [ (array of string) The transaction ids\n"
" \"transactionid\" (string) The transaction id\n"
" ,...\n"
@ -1254,7 +1255,8 @@ UniValue z_gettreestate(const UniValue& params, bool fHelp)
" \"finalRoot\": \"hex\", (string)\n"
" NB: The serialized representation of this field returned by this method\n"
" was byte-flipped relative to its representation in the `getrawtransaction`\n"
" output in prior releases up to v5.2.0. This has now been rectified.\n"
" output in prior releases up to and including v5.2.0. This has now been\n"
" rectified.\n"
" \"finalState\": \"hex\" (string)\n"
" }\n"
" },\n"