diff options
Diffstat (limited to 'swarm/shed/field_struct.go')
-rw-r--r-- | swarm/shed/field_struct.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/shed/field_struct.go b/swarm/shed/field_struct.go index e327ec53b..dd4ab593b 100644 --- a/swarm/shed/field_struct.go +++ b/swarm/shed/field_struct.go @@ -17,8 +17,8 @@ package shed import ( - "github.com/dexon-foundation/dexon/rlp" "github.com/syndtr/goleveldb/leveldb" + "github.com/tangerine-network/go-tangerine/rlp" ) // StructField is a helper to store complex structure by |