Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijspavlovs committed Nov 26, 2024
1 parent 36a43d6 commit 6659db1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/rollapp/setup/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,11 @@ RollApp's IRO time: %v`,
)

blnc, _ := sequencer.BaseDenomToDenom(*balance, 18)
oneDym, _ := cosmossdkmath.NewIntFromString("1000000000000000000")

nb := cosmossdktypes.Coin{
Denom: consts.Denoms.Hub,
Amount: necessaryBalance.Add(cosmossdkmath.NewInt(1)),
Amount: necessaryBalance.Add(oneDym),
}
necBlnc, _ := sequencer.BaseDenomToDenom(nb, 18)

Expand Down

0 comments on commit 6659db1

Please sign in to comment.