Commit c4fb2ab6 authored by Mark Tyneway's avatar Mark Tyneway Committed by Andreas Bigger

lint: fix

parent 5f689c6f
...@@ -3,9 +3,11 @@ package main ...@@ -3,9 +3,11 @@ package main
import ( import (
"encoding/json" "encoding/json"
"fmt" "fmt"
"golang.org/x/exp/maps"
"os" "os"
"slices" "slices"
"golang.org/x/exp/maps"
//"strings" //"strings"
"github.com/ethereum/go-ethereum/ethclient" "github.com/ethereum/go-ethereum/ethclient"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment