mirror of
https://github.com/LBRYFoundation/lbcutil.git
synced 2025-08-23 17:47:30 +00:00
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
|
fallthrough
|
||||||
case btcwire.TestNet3:
|
case btcwire.TestNet3:
|
||||||
return nil
|
return nil
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return ErrUnknownNet
|
return ErrUnknownNet
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// encodeAddress returns a human-readable payment address given a ripemd160 hash
|
// encodeAddress returns a human-readable payment address given a ripemd160 hash
|
||||||
|
|
Loading…
Add table
Reference in a new issue