Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion address/address_v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

"github.com/pkg/errors"

"github.com/iotexproject/iotex-address/address/bech32"
bech32 "github.com/btcsuite/btcutil/bech32"
)

// _v1 is a singleton and defines V1 address metadata
Expand Down
262 changes: 0 additions & 262 deletions address/bech32/bech32.go

This file was deleted.

71 changes: 0 additions & 71 deletions address/bech32/bech32_test.go

This file was deleted.

1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/iotexproject/iotex-address
go 1.14

require (
github.com/btcsuite/btcutil v1.0.2
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.4.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
Expand Down
Loading