Remove dead code.
Found by go vet.
This commit is contained in:
parent
9bd84d007a
commit
4465e71837
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue