Skip to content
Snippets Groups Projects
Unverified Commit e78c4bd1 authored by Benjamin Bollen's avatar Benjamin Bollen
Browse files

rpc: make missing eris-ltd -> monax replacements

parent 1ed8e2d7
No related branches found
No related tags found
No related merge requests found
...@@ -17,10 +17,11 @@ package v0 ...@@ -17,10 +17,11 @@ package v0
import ( import (
"testing" "testing"
"github.com/eris-ltd/eris-db/account" "github.com/monax/eris-db/account"
"github.com/eris-ltd/eris-db/manager/eris-mint/evm/opcodes" "github.com/monax/eris-db/manager/eris-mint/evm/opcodes"
"github.com/eris-ltd/eris-db/rpc" "github.com/monax/eris-db/rpc"
"github.com/eris-ltd/eris-db/txs" "github.com/monax/eris-db/txs"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"github.com/tendermint/go-wire" "github.com/tendermint/go-wire"
) )
......
...@@ -17,7 +17,8 @@ package v0 ...@@ -17,7 +17,8 @@ package v0
import ( import (
"testing" "testing"
"github.com/eris-ltd/eris-db/rpc" "github.com/monax/eris-db/rpc"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment