Typo fixes in comments

This commit is contained in:
Chris Wheeler
2016-01-17 11:03:56 +00:00
committed by lateminer
parent fcc23c5c63
commit ea8bac6c36
10 changed files with 12 additions and 12 deletions

View File

@@ -70,7 +70,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])