Skip to content

Commit f4460f4

Browse files
authored
Update totalTokenAmt to 100
1 parent 4600c4f commit f4460f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/genesis.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ var (
5959
// bonded tokens given to genesis validators/accounts
6060
freeFermionVal = int64(100)
6161

62-
totalTokenAmt = sdk.NewInt(200000000)
62+
totalTokenAmt = sdk.NewInt(100)
6363
)
6464

6565
const defaultUnbondingTime int64 = 60 * 10

0 commit comments

Comments
 (0)