From 78745551c077bf54151202138c2629f288769561 Mon Sep 17 00:00:00 2001 From: Determinant Date: Tue, 15 Sep 2020 23:55:34 -0400 Subject: WIP: geth-tavum --- core/types/gen_receipt_json.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/types/gen_receipt_json.go') diff --git a/core/types/gen_receipt_json.go b/core/types/gen_receipt_json.go index f7cde61..790ed65 100644 --- a/core/types/gen_receipt_json.go +++ b/core/types/gen_receipt_json.go @@ -7,8 +7,8 @@ import ( "errors" "math/big" - "github.com/ava-labs/go-ethereum/common" - "github.com/ava-labs/go-ethereum/common/hexutil" + "github.com/ethereum/go-ethereum/common" + "github.com/ethereum/go-ethereum/common/hexutil" ) var _ = (*receiptMarshaling)(nil) -- cgit v1.2.3