diff options
| author | Tomo Ueda <[email protected]> | 2021-09-02 12:54:43 -0700 |
|---|---|---|
| committer | Tomo Ueda <[email protected]> | 2021-09-02 12:54:43 -0700 |
| commit | f5c716526aaafb318a98e974c8b2fbe02870646b (patch) | |
| tree | e14145656fcff86ec2c7a1ecf4ad28e0b40f36aa /src/test/dogecoin_tests.cpp | |
| parent | s/DOGE/DIS/g (diff) | |
| download | discoin-f5c716526aaafb318a98e974c8b2fbe02870646b.tar.xz discoin-f5c716526aaafb318a98e974c8b2fbe02870646b.zip | |
really s/doge/dis/g this time
Diffstat (limited to 'src/test/dogecoin_tests.cpp')
| -rw-r--r-- | src/test/dogecoin_tests.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/dogecoin_tests.cpp b/src/test/dogecoin_tests.cpp index 3d842861a..01a9b7eb0 100644 --- a/src/test/dogecoin_tests.cpp +++ b/src/test/dogecoin_tests.cpp @@ -4,12 +4,12 @@ #include "arith_uint256.h" #include "chainparams.h" -#include "dogecoin.h" +#include "discoin.h" #include "test/test_bitcoin.h" #include <boost/test/unit_test.hpp> -BOOST_FIXTURE_TEST_SUITE(dogecoin_tests, TestingSetup) +BOOST_FIXTURE_TEST_SUITE(discoin_tests, TestingSetup) /** * the maximum block reward at a given height for a block without fees |