Auto merge of #4221 - rex4539:typo, r=mdr0id

Fix typo
This commit is contained in:
Homu 2019-12-03 22:12:39 +00:00
commit 9a06ea5ab8
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import sys; assert sys.version_info < (3,), ur"This script does not run under Py
from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import assert_equal
# Test wallet address behaviour across network upgradesa\
# Test wallet address behaviour across network upgrades
class WalletAddressesTest(BitcoinTestFramework):
def run_test(self):