mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-05-03 11:41:48 +00:00
stateroot: broadcast state on new blocks
This commit is contained in:
parent
3c65ed1507
commit
2f3abf95a2
9 changed files with 75 additions and 36 deletions
|
@ -31,8 +31,7 @@ type (
|
|||
mtx sync.RWMutex
|
||||
keys []keyCache
|
||||
|
||||
updateValidatorsCb func(publicKeys keys.PublicKeys)
|
||||
signAndSendCb func(*state.MPTRoot) error
|
||||
updateValidatorsCb func(height uint32, publicKeys keys.PublicKeys)
|
||||
}
|
||||
|
||||
keyCache struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue