Add transparent txns
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user