We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3461c2f commit ac43d73Copy full SHA for ac43d73
src/parser.cpp
@@ -422,12 +422,6 @@ options_metadata parser::load_settings()
422
value<float>(&configured.chain.byte_fee_satoshis),
423
"The minimum fee per byte required for transaction acceptance, defaults to 1."
424
)
425
- ////(
426
- //// /* Internally this blockchain, but it is conceptually a node setting. */
427
- //// "node.reject_conflicts",
428
- //// value<bool>(&configured.chain.reject_conflicts),
429
- //// "Retain only the first seen of conflicting transactions, defaults to true."
430
- ////)
431
(
432
/* Internally this network, but it is conceptually a node setting. */
433
"node.relay_transactions",
0 commit comments