mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-10 11:33:46 +02:00
Remove nBlockMaxSize from miner opt struct as it is no longer used.
This commit is contained in:
@@ -158,7 +158,6 @@ public:
|
||||
struct Options {
|
||||
Options();
|
||||
size_t nBlockMaxWeight;
|
||||
size_t nBlockMaxSize;
|
||||
CFeeRate blockMinFeeRate;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user