mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
Remove wallet settings from chainparams
This commit is contained in:
@@ -167,9 +167,6 @@ public:
|
||||
/* nTxCount */ 383732546,
|
||||
/* dTxRate */ 3.685496590998308
|
||||
};
|
||||
|
||||
/* disable fallback fee on mainnet */
|
||||
m_fallback_fee_enabled = false;
|
||||
}
|
||||
};
|
||||
|
||||
@@ -262,9 +259,6 @@ public:
|
||||
/* nTxCount */ 19438708,
|
||||
/* dTxRate */ 0.626
|
||||
};
|
||||
|
||||
/* enable fallback fee on testnet */
|
||||
m_fallback_fee_enabled = true;
|
||||
}
|
||||
};
|
||||
|
||||
@@ -346,9 +340,6 @@ public:
|
||||
base58Prefixes[EXT_SECRET_KEY] = {0x04, 0x35, 0x83, 0x94};
|
||||
|
||||
bech32_hrp = "bcrt";
|
||||
|
||||
/* enable fallback fee on regtest */
|
||||
m_fallback_fee_enabled = true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user