Skip to content

Commit

Permalink
chore: increase block height to apply banned list (#1247)
Browse files Browse the repository at this point in the history
  • Loading branch information
b00f authored Apr 25, 2024
1 parent d5493f6 commit 2433dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandbox/sandbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ func (sb *sandbox) IsBanned(addr crypto.Address) bool {
sb.lk.RLock()
defer sb.lk.RUnlock()

if sb.height > 800_000 {
if sb.height > 820_000 {
return sb.store.IsBanned(addr)
}

Expand Down

0 comments on commit 2433dac

Please sign in to comment.