We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f7568 commit bd0c025Copy full SHA for bd0c025
internal/txbuilder/txbuilder.go
@@ -48,6 +48,7 @@ func apolloBackend() (*OgmiosChainContext.OgmiosChainContext, error) {
48
kupoClient := kugo.New(
49
kugo.WithEndpoint(cfg.TxBuilder.KupoUrl),
50
kugo.WithTimeout(defaultKupoTimeout),
51
+ kugo.WithLogger(ogmigo.NopLogger),
52
)
53
occ := OgmiosChainContext.NewOgmiosChainContext(*ogmiosClient, *kupoClient)
54
return &occ, nil
0 commit comments