forked from cerc-io/ipld-eth-server
Implement GethBlockchain
This commit is contained in:
@@ -17,3 +17,6 @@ func (blockchain *Blockchain) AddBlock(block core.Block) {
|
||||
observer.NotifyBlockAdded(block)
|
||||
}
|
||||
}
|
||||
|
||||
func (_ *Blockchain) SubscribeToEvents() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user