Skip to content

Commit ac43d73

Browse files
committed
Remove dead code.
1 parent 3461c2f commit ac43d73

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/parser.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -422,12 +422,6 @@ options_metadata parser::load_settings()
422422
value<float>(&configured.chain.byte_fee_satoshis),
423423
"The minimum fee per byte required for transaction acceptance, defaults to 1."
424424
)
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-
////)
431425
(
432426
/* Internally this network, but it is conceptually a node setting. */
433427
"node.relay_transactions",

0 commit comments

Comments
 (0)