Skip to content

Commit

Permalink
Update go_client.go
Browse files Browse the repository at this point in the history
  • Loading branch information
victor7780 authored May 27, 2024
1 parent 9c62246 commit 97690d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/go_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ import (
"strconv"
"strings"

"github.com/FISCO-BCOS/go-sdk/abi/bind"
"github.com/FISCO-BCOS/go-sdk/conf"
"github.com/FISCO-BCOS/go-sdk/conn"
"github.com/FISCO-BCOS/go-sdk/core/types"
"github.com/victor7780/go-sdk/abi/bind"
"github.com/victor7780/go-sdk/conf"
"github.com/victor7780/go-sdk/conn"
"github.com/victor7780/go-sdk/core/types"
"github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/hexutil"
Expand Down

0 comments on commit 97690d8

Please sign in to comment.