aboutsummaryrefslogtreecommitdiff
path: root/core/types
diff options
context:
space:
mode:
Diffstat (limited to 'core/types')
-rw-r--r--core/types/receipt.go2
-rw-r--r--core/types/transaction_signing.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/types/receipt.go b/core/types/receipt.go
index 4d57f59..21ac8a1 100644
--- a/core/types/receipt.go
+++ b/core/types/receipt.go
@@ -24,7 +24,7 @@ import (
"math/big"
"unsafe"
- "github.com/ethereum/coreth/params"
+ "github.com/ava-labs/coreth/params"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/crypto"
diff --git a/core/types/transaction_signing.go b/core/types/transaction_signing.go
index ecc65d5..819c680 100644
--- a/core/types/transaction_signing.go
+++ b/core/types/transaction_signing.go
@@ -22,7 +22,7 @@ import (
"fmt"
"math/big"
- "github.com/ethereum/coreth/params"
+ "github.com/ava-labs/coreth/params"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/crypto"
)