This commit is contained in:
Daniel Lugo 2020-03-24 11:09:48 -04:00
parent 559a8b918f
commit c1a7c5357d

View file

@ -995,7 +995,7 @@ const sendPayment = async (to, amount, memo) => {
if (!isOrderResponse(encryptedOrderRes)) {
throw new Error(
'received response not an OrderResponse, isntead got: ' +
'received response not an OrderResponse, instead got: ' +
JSON.stringify(encryptedOrderRes)
)
}