Skip to content

Commit

Permalink
fix: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
taturosati committed Jul 29, 2024
1 parent d5a0578 commit 9453efe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions batcher/aligned-batcher/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,8 @@ impl Batcher {

async fn user_balance_is_unlocked(&self, addr: &Address) -> bool {
self.payment_service
.read()
.await
.user_unlock_block(*addr)
.call()
.await
Expand Down

0 comments on commit 9453efe

Please sign in to comment.