Implement GethBlockchain

This commit is contained in:
Eric Meyer
2017-10-23 13:58:33 -05:00
parent de2cb3b5cc
commit de0bdff579
6 changed files with 45 additions and 9 deletions
+3
View File
@@ -17,3 +17,6 @@ func (blockchain *Blockchain) AddBlock(block core.Block) {
observer.NotifyBlockAdded(block)
}
}
func (_ *Blockchain) SubscribeToEvents() {
}