Skip to content

Commit fffcde3

Browse files
committed
comment
1 parent ebc13d2 commit fffcde3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • batcher/aligned-batcher/src

batcher/aligned-batcher/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ impl Batcher {
499499
mut address: Address,
500500
ws_conn_sink: WsMessageSink,
501501
) -> Result<(), Error> {
502+
// If the address is not paying, we will return the nonce of the aligned_payment_address
502503
if !self.has_to_pay(&address) {
503504
info!("Handling nonpaying message");
504505
let Some(non_paying_config) = self.non_paying_config.as_ref() else {

0 commit comments

Comments
 (0)