Rename node table and node column

This commit is contained in:
Matt Krump
2018-03-21 13:24:13 -05:00
committed by Matt K
parent 02b23ef748
commit 1b4e57a5b4
6 changed files with 96 additions and 52 deletions
+3 -3
View File
@@ -6,9 +6,9 @@ import (
)
type Watcher struct {
Transformers []Transformer
DB postgres.DB
Blockchain core.Blockchain
Transformers []Transformer
DB postgres.DB
Blockchain core.Blockchain
}
func (watcher *Watcher) AddTransformers(us []TransformerInitializer) {