index
:
coreth
Avalanche C-Chain service code.
log msg
author
committer
range
dev
devnet-no-plugin
ecstasy-fixes
ecstasy-transfer
geth-tavum
master
multi-coin
about
summary
refs
log
tree
commit
diff
path:
root
/
consensus
/
consensus.go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'consensus/consensus.go')
-rw-r--r--
consensus/consensus.go
2
1 files changed, 2 insertions, 0 deletions
diff --git a/consensus/consensus.go b/consensus/consensus.go
index 93fc9dc..603a3e9 100644
--- a/
consensus/consensus.go
+++ b/
consensus/consensus.go
@@ -114,6 +114,8 @@ type Engine interface {
// Close terminates any background threads maintained by the consensus engine.
Close() error
+
+ ExtraStateChange(block *types.Block, statedb *state.StateDB) error
}
// PoW is a consensus engine based on proof-of-work.