@@ -414,13 +414,13 @@ options_metadata parser::load_settings()
414414 /* Internally this is blockchain, but it is conceptually a node setting. */
415415 " node.notify_limit_hours" ,
416416 value<uint32_t >(&configured.chain .notify_limit_hours ),
417- " Disable notifications when top block older than this , defaults to 24 (0 disables)."
417+ " Disable relay when top block age exceeds , defaults to 24 (0 disables)."
418418 )
419419 (
420420 /* Internally this is blockchain, but it is conceptually a node setting. */
421421 " node.byte_fee_satoshis" ,
422422 value<float >(&configured.chain .byte_fee_satoshis ),
423- " The minimum fee per byte required for transaction acceptance , defaults to 1."
423+ " The minimum fee per byte, cumulative for conflicts , defaults to 1."
424424 )
425425 (
426426 /* Internally this is blockchain, but it is conceptually a node setting. */
@@ -435,7 +435,7 @@ options_metadata parser::load_settings()
435435 " The minimum output value, defaults to 500."
436436 )
437437 (
438- /* Internally this network, but it is conceptually a node setting. */
438+ /* Internally this is network, but it is conceptually a node setting. */
439439 " node.relay_transactions" ,
440440 value<bool >(&configured.network .relay_transactions ),
441441 " Request that peers relay transactions, defaults to false."
0 commit comments