diff --git a/x/ecocredit/simulation/genesis.go b/x/ecocredit/simulation/genesis.go index faecc6093a..b1ef713f24 100644 --- a/x/ecocredit/simulation/genesis.go +++ b/x/ecocredit/simulation/genesis.go @@ -292,7 +292,7 @@ func genGenesisState(ctx context.Context, simState *module.SimulationState, ss a } // create few projects - pId1 := "P002" + pId1 := "P001" pKey1, err := createProject(ctx, ss, &api.Project{ Id: pId1, Admin: accs[0].Address,