Fixing the Simulated and Adding a new Fn TransactionByHashWithBlockNum

This commit is contained in:
Priyadarshan Vyas 2019-05-28 21:30:19 -04:00
parent 3575e99e2f
commit f6444deaa0
2 changed files with 0 additions and 2 deletions

View file

@ -20,7 +20,6 @@ import (
"context" "context"
"errors" "errors"
"fmt" "fmt"
"github.com/paxosglobal/go-ethereum"
"math/big" "math/big"
"sync" "sync"
"time" "time"

View file

@ -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"