diff options
| author | Ross Nicoll <[email protected]> | 2015-08-02 20:34:53 +0100 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2015-08-02 20:34:53 +0100 |
| commit | 2661061e97e35f80c52e8e0e0a6068fec5536b25 (patch) | |
| tree | 830c9693f1dbeed21357a39e1b6841e49c178c40 /src/chainparams.cpp | |
| parent | Merge pull request #1217 from rnicoll/1.10-checkpoints-seeds (diff) | |
| parent | Make most of the RPC tests pass (diff) | |
| download | discoin-2661061e97e35f80c52e8e0e0a6068fec5536b25.tar.xz discoin-2661061e97e35f80c52e8e0e0a6068fec5536b25.zip | |
Merge pull request #1221 from langerhans/1.10-dev-tests
Fix the basic and some of the extended RPC tests
Diffstat (limited to 'src/chainparams.cpp')
| -rw-r--r-- | src/chainparams.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 0b72eef86..c98a4b7e4 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -287,6 +287,7 @@ public: consensus.fStrictChainId = true; consensus.fAllowLegacyBlocks = false; // Never allow legacy blocks on RegTest consensus.fSimplifiedRewards = true; + consensus.nCoinbaseMaturity = 60; // For easier testability in RPC tests // Reset links before we copy parameters consensus.pLeft = NULL; |