Type-safe CFeeRate class
Use CFeeRate instead of an int64_t for quantities that are fee-per-size. Helps prevent unit-conversion mismatches between the wallet, relaying, and mining code.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include <vector>
|
||||
|
||||
// Settings
|
||||
extern int64_t nTransactionFee;
|
||||
extern CFeeRate payTxFee;
|
||||
extern bool bSpendZeroConfChange;
|
||||
|
||||
// -paytxfee default
|
||||
|
||||
Reference in New Issue
Block a user