Merge pull request #7329

9d263bd Typo fixes in comments (Chris Wheeler)
This commit is contained in:
Wladimir J. van der Laan
2016-01-18 10:41:27 +01:00
11 changed files with 13 additions and 13 deletions

View File

@@ -72,7 +72,7 @@ class MerkleBlockTest(BitcoinTestFramework):
txid_spent = txin_spent["txid"]
txid_unspent = txid1 if txin_spent["txid"] != txid1 else txid2
# We cant find the block from a fully-spent tx
# We can't find the block from a fully-spent tx
assert_raises(JSONRPCException, self.nodes[2].gettxoutproof, [txid_spent])
# ...but we can if we specify the block
assert_equal(self.nodes[2].verifytxoutproof(self.nodes[2].gettxoutproof([txid_spent], blockhash)), [txid_spent])