Handle error when decoding address

pull/69/head
Michalis Kargakis 10 years ago
parent 38b4ec8ffa
commit 004c015db2

@ -28,6 +28,7 @@ func PayToAddrScript(addressStr string) {
// the address type. It is also required for the upcoming call to
// PayToAddrScript.
address, err := btcutil.DecodeAddress(addressStr, &btcnet.MainNetParams)
handle(err)
// Create a public key script that pays to the address.
script, err := btcscript.PayToAddrScript(address)

Loading…
Cancel
Save