Add todo for changing to single topic in shared transformer config

This commit is contained in:
Edvard 2018-10-18 11:55:32 +02:00
parent 2a9fafca08
commit 70722fc9e3

View File

@ -31,7 +31,7 @@ type TransformerConfig struct {
TransformerName string
ContractAddresses []string
ContractAbi string
Topics []string
Topics []string // TODO Change this to single topic
StartingBlockNumber int64
EndingBlockNumber int64
}