Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 7d74ced

Browse files
way more free stuff
1 parent 8b3b4a5 commit 7d74ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chain/genesis.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const (
2020
LotteryRewardDivisor = 100
2121
MinBlockCost = 0
2222

23-
DefaultFreeClaimStorage = 4 * units.MiB
23+
DefaultFreeClaimStorage = 1 * units.MiB
2424
DefaultValueUnitSize = 1 * units.KiB
2525
DefaultFreeClaimUnits = DefaultFreeClaimStorage / DefaultValueUnitSize
2626
DefaultFreeClaimDuration = 60 * 60 * 24 * 30 // 30 Days

0 commit comments

Comments
 (0)