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/dogecoin.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/dogecoin.cpp')
| -rw-r--r-- | src/dogecoin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dogecoin.cpp b/src/dogecoin.cpp index da426c9f3..560106396 100644 --- a/src/dogecoin.cpp +++ b/src/dogecoin.cpp @@ -7,11 +7,11 @@ #include "policy/policy.h" #include "arith_uint256.h" -#include "dogecoin.h" +#include "discoin.h" #include "txmempool.h" #include "util.h" #include "validation.h" -#include "dogecoin-fees.h" +#include "discoin-fees.h" int static generateMTRandom(unsigned int s, int range) { |