You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
info!("Replacement message fee increase too small for address {addr}. Original: {original_max_fee:?}, received: {replacement_max_fee:?}, minimum required: {min_required_fee:?}");
1253
+
info!("Invalid replacement message for address {addr}, had max fee: {original_max_fee:?}, received fee: {replacement_max_fee:?}, minimum required: {min_bump:?}");
Thisfunctionisusedinternallybyboth `estimate_fee` and `estimate_fee_per_proof_with_rpc`.Itperformsthecorefeecalculationlogicwithoutanynetworkdependencies.
- By default, the nonce is set automatically. By setting the nonce manually, you can perform a proof replacement.
75
+
- By default, the nonce is set automatically. By setting the nonce manually, you can perform a proof replacement. To perform a valid replacement, the new proof must have a max_fee 10% higher than the previous one.
76
76
- One of the following, to specify which Network to interact with:
77
77
- `--network <working_network_name>`: Network name to interact with.
0 commit comments