commit inicial do projeto
This commit is contained in:
8
internal/state/apply.go
Normal file
8
internal/state/apply.go
Normal file
@ -0,0 +1,8 @@
|
||||
package state
|
||||
|
||||
import (
|
||||
"dejo_node/internal/staking"
|
||||
)
|
||||
|
||||
var GlobalState = NewState()
|
||||
var GlobalStakingStore = staking.NewStakingStore()
|
||||
Reference in New Issue
Block a user