diff options
Diffstat (limited to 'src/amount.h')
| -rw-r--r-- | src/amount.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/amount.h b/src/amount.h index 02d61fc9b..b80bcd1b2 100644 --- a/src/amount.h +++ b/src/amount.h @@ -44,7 +44,6 @@ public: explicit CFeeRate(const CAmount& _nSatoshisPerK): nSatoshisPerK(_nSatoshisPerK) { } /** Constructor for a fee rate in satoshis per kB. The size in bytes must not exceed (2^63 - 1)*/ CFeeRate(const CAmount& nFeePaid, size_t nBytes); - CFeeRate(const CFeeRate& other) { nSatoshisPerK = other.nSatoshisPerK; } /** * Return the wallet fee in koinus for the given size in bytes. */ |