refactor(schema)!: rename ObjectType -> StateObjectType (#21691)
Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
This commit is contained in:
co-authored by
cool-developer
parent
397ff0bd22
commit
ae40e809b9
@@ -119,7 +119,7 @@ func (a *Simulator) BlockDataGenN(minUpdatesPerBlock, maxUpdatesPerBlock int) *r
|
||||
})
|
||||
}
|
||||
|
||||
func (a *Simulator) formatUpdateKey(moduleName string, update schema.ObjectUpdate) string {
|
||||
func (a *Simulator) formatUpdateKey(moduleName string, update schema.StateObjectUpdate) string {
|
||||
mod, err := a.state.GetModule(moduleName)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
|
||||
Reference in New Issue
Block a user