Skip to content

Commit 8bc9d9a

Browse files
committed
Reduce maxAirdropsInTxn to 150
1 parent afa66f7 commit 8bc9d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/code/async/airdrop/transaction.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121

2222
const (
2323
maxAirdropsInVixn = 50
24-
maxAirdropsInTxn = 200
24+
maxAirdropsInTxn = 150
2525

2626
cuLimitPerVixn = 200_000
2727

0 commit comments

Comments
 (0)