diff options
| author | MarcoFalke <[email protected]> | 2019-01-07 12:58:55 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-01-07 12:59:17 +0100 |
| commit | 295a1ad5223535d5e685a56246a5a814c04a0e91 (patch) | |
| tree | bc050ac7e33dcb79a5ad2bc1111197c71507c626 /src | |
| parent | Merge #14784: qt: Use WalletModel* instead of the wallet name as map key (diff) | |
| parent | test: Run invalid_txs.InputMissing test in feature_block (diff) | |
| download | discoin-295a1ad5223535d5e685a56246a5a814c04a0e91.tar.xz discoin-295a1ad5223535d5e685a56246a5a814c04a0e91.zip | |
Merge #15102: test: Run invalid_txs.InputMissing test in feature_block
fac4e731a8 test: Run invalid_txs.InputMissing test in feature_block (MarcoFalke)
Pull request description:
Tree-SHA512: 24c3f519ba0cf417b66e0df6f5ddc0430e3f419af4705a9c85096da47ff4d8f51487d65b68f3f993800003b3f936d95d8a0bade846e1b45f95b2bdbecc9ebab7
Diffstat (limited to 'src')
| -rw-r--r-- | src/wallet/test/wallet_tests.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wallet/test/wallet_tests.cpp b/src/wallet/test/wallet_tests.cpp index 1ed1926af..0db22cf6f 100644 --- a/src/wallet/test/wallet_tests.cpp +++ b/src/wallet/test/wallet_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2012-2018 The Bitcoin Core developers +// Copyright (c) 2012-2019 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -47,7 +47,7 @@ BOOST_FIXTURE_TEST_CASE(scan_for_wallet_transactions, TestChain100Setup) auto locked_chain = chain->lock(); - // Verify ScanForWalletTransactions accomodates a null start block. + // Verify ScanForWalletTransactions accommodates a null start block. { CWallet wallet(*chain, WalletLocation(), WalletDatabase::CreateDummy()); AddKey(wallet, coinbaseKey); |