We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc13d2 commit fffcde3Copy full SHA for fffcde3
1 file changed
batcher/aligned-batcher/src/lib.rs
@@ -499,6 +499,7 @@ impl Batcher {
499
mut address: Address,
500
ws_conn_sink: WsMessageSink,
501
) -> Result<(), Error> {
502
+ // If the address is not paying, we will return the nonce of the aligned_payment_address
503
if !self.has_to_pay(&address) {
504
info!("Handling nonpaying message");
505
let Some(non_paying_config) = self.non_paying_config.as_ref() else {
0 commit comments