We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a811e73 commit 675d9c7Copy full SHA for 675d9c7
script/script_test.go
@@ -3,7 +3,6 @@ package script
3
import (
4
"context"
5
"github.com/onflow/rosetta/config"
6
- "github.com/onflow/rosetta/log"
7
"testing"
8
)
9
@@ -17,7 +16,6 @@ type MockChain struct {
17
16
func TestCompileComputeFees(t *testing.T) {
18
// Initialize the chain configuration from testnet.json
19
chain := config.Init(context.Background(), "../testnet.json")
20
- log.Infof("sdffd %s", chain.Contracts.FlowFees)
21
22
// Call the Compile function
23
result := Compile("compute_fees", ComputeFees, chain)
0 commit comments