Skip to content

Commit

Permalink
moved gasmeter keeper above curium keeper in app.go
Browse files Browse the repository at this point in the history
  • Loading branch information
avendauz committed Aug 11, 2021
1 parent 7dcdd62 commit 73f0d9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,9 @@ func NewCRUDApp(

laddr, _ := getRpcLadder(DefaultNodeHome)

app.gasMeterKeeper = gasmeter.NewGasMeterKeeper()


app.curiumKeeper = curium.NewKeeper(
app.cdc,
keys[curium.StoreKey],
Expand Down Expand Up @@ -396,7 +399,6 @@ func NewCRUDApp(
keys[faucet.StoreKey],
app.cdc)

app.gasMeterKeeper = gasmeter.NewGasMeterKeeper()

app.taxKeeper = tax.NewKeeper(
keys[tax.StoreKey],
Expand Down

0 comments on commit 73f0d9b

Please sign in to comment.