aboutsummaryrefslogtreecommitdiff
path: root/src/qt
diff options
context:
space:
mode:
authorRoss Nicoll <[email protected]>2017-09-24 15:56:19 +0100
committerRoss Nicoll <[email protected]>2019-07-13 22:25:22 +0000
commit3f788348e1621457629cce8d891b0ea459af7317 (patch)
tree1bcf22a94f2fea76789398d51f39a50fa1f8b362 /src/qt
parentMerge AuxPoW support from Namecore (diff)
downloaddiscoin-3f788348e1621457629cce8d891b0ea459af7317.tar.xz
discoin-3f788348e1621457629cce8d891b0ea459af7317.zip
Sync changes from Dogecoin 1.10
Diffstat (limited to 'src/qt')
-rw-r--r--src/qt/test/addressbooktests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/test/addressbooktests.cpp b/src/qt/test/addressbooktests.cpp
index 352584604..6760b0786 100644
--- a/src/qt/test/addressbooktests.cpp
+++ b/src/qt/test/addressbooktests.cpp
@@ -56,7 +56,7 @@ void EditAddressAndSubmit(
*/
void TestAddAddressesToSendBook()
{
- TestChain100Setup test;
+ TestChain240Setup test;
std::shared_ptr<CWallet> wallet = std::make_shared<CWallet>("mock", WalletDatabase::CreateMock());
bool firstRun;
wallet->LoadWallet(firstRun);