Add transparent txns

This commit is contained in:
Aditya Kulkarni
2019-09-13 16:02:58 -07:00
parent 7644852fc6
commit d36126ba9d
4 changed files with 220 additions and 43 deletions

View File

@@ -160,7 +160,7 @@ func main() {
}
// Compact transaction service initialization
service, err := frontend.NewSQLiteStreamer(opts.dbPath, rpcClient)
service, err := frontend.NewSQLiteStreamer(opts.dbPath, rpcClient, log)
if err != nil {
log.WithFields(logrus.Fields{
"db_path": opts.dbPath,