Skip to content

Commit

Permalink
feat(SPEND): Add additional validation for recipient (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
nduchak authored Oct 16, 2019
1 parent 323ef6a commit c1854bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions es/ae/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ async function resolveRecipientName (nameOrAddress, { verify = false }) {
}
return produceNameId(nameOrAddress)
}
throw new Error('Invalid recipient name or address: ' + nameOrAddress)
}

/**
Expand Down

0 comments on commit c1854bf

Please sign in to comment.