| 113 | |
| 114 | int64_t PruneAfterHeight() const { return nPruneAfterHeight; } |
| 115 | int FirstSplitRewardBlock() const { return nSplitRewardBlock; } |
| 116 | |
| 117 | /** Height at which the premine payment happens */ |
| 118 | int PreminePayment() const { return nPreminePaymentandHardForkBlock; } |
no outgoing calls
no test coverage detected