Skip to content

Commit

Permalink
set queing to false
Browse files Browse the repository at this point in the history
  • Loading branch information
rajranjan0608 committed May 8, 2023
1 parent 2070a01 commit 9c991a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vms/evm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ export default class EVM {
this.nonce++
this.executeQueue()
} else {
this.queuingInProgress = false
this.log.warn("Faucet balance too low!" + this.balance)
this.hasError.set(req.receiver, "Faucet balance too low! Please try after sometime.")
}
Expand Down

0 comments on commit 9c991a8

Please sign in to comment.