fix import

add namespacing to avoid name conflicts
This commit is contained in:
2020-11-17 09:37:36 +08:00
parent d886579f3d
commit bd5d2992fa
4 changed files with 83 additions and 82 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ package statediff
import (
"context"
sd "github.com/ethereum/go-ethereum/statediff/types"
sd "github.com/ethereum/go-ethereum/statediff"
)
// APIName is the namespace used for the state diffing service API