diff options
Diffstat (limited to 'interfaces.go')
-rw-r--r-- | interfaces.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces.go b/interfaces.go index d99324968..1aa9c2a9a 100644 --- a/interfaces.go +++ b/interfaces.go @@ -15,7 +15,7 @@ // along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>. // Package ethereum defines interfaces for interacting with Ethereum. -package ethereum +package dexon import ( "context" |