doc: Fix all typos reported by codespell

This commit is contained in:
MarcoFalke
2019-03-22 13:21:58 -04:00
parent fa9058f0ed
commit fae38c3dc6
4 changed files with 4 additions and 4 deletions

View File

@ -759,7 +759,7 @@ class ImportMultiTest(BitcoinTestFramework):
assert_equal(addr2, newaddr2)
# Import a multisig and make sure the keys don't go into the keypool
self.log.info('Imported scripts with pubkeys shoud not have their pubkeys go into the keypool')
self.log.info('Imported scripts with pubkeys should not have their pubkeys go into the keypool')
addr1 = self.nodes[0].getnewaddress()
addr2 = self.nodes[0].getnewaddress()
pub1 = self.nodes[0].getaddressinfo(addr1)['pubkey']