diff --git a/address.go b/address.go index 5a73bb7..e9bcc2b 100644 --- a/address.go +++ b/address.go @@ -69,12 +69,9 @@ func checkBitcoinNet(net btcwire.BitcoinNet) error { fallthrough case btcwire.TestNet3: return nil - default: return ErrUnknownNet } - - return nil } // encodeAddress returns a human-readable payment address given a ripemd160 hash