mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Fixing the Simulated and Adding a new Fn TransactionByHashWithBlockNum
This commit is contained in:
parent
64da30ab06
commit
707936b8a8
2 changed files with 0 additions and 2 deletions
|
|
@ -20,7 +20,6 @@ import (
|
||||||
"context"
|
"context"
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/paxosglobal/go-ethereum"
|
|
||||||
"github.com/paxosglobal/go-ethereum/common/hexutil"
|
"github.com/paxosglobal/go-ethereum/common/hexutil"
|
||||||
"math/big"
|
"math/big"
|
||||||
"sync"
|
"sync"
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/paxosglobal/go-ethereum"
|
|
||||||
"math/big"
|
"math/big"
|
||||||
|
|
||||||
"github.com/ethereum/go-ethereum"
|
"github.com/ethereum/go-ethereum"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue