Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DNAProject/DNA
/ getNewChainConfig
Method
getNewChainConfig
consensus/vbft/types.go:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
func
(blk *Block) getNewChainConfig() *vconfig.ChainConfig {
58
return
blk.Info.NewChainConfig
59
}
60
61
func
(blk *Block) getPrevBlockMerkleRoot() common.Uint256 {
62
return
blk.PrevBlockMerkleRoot
Callers
3
TestBlock_getNewChainConfig
Function · 0.95
LoadChainConfig
Method · 0.80
processProposalMsg
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestBlock_getNewChainConfig
Function · 0.76