fix typo
This commit is contained in:
parent
559a8b918f
commit
c1a7c5357d
1 changed files with 1 additions and 1 deletions
|
|
@ -995,7 +995,7 @@ const sendPayment = async (to, amount, memo) => {
|
||||||
|
|
||||||
if (!isOrderResponse(encryptedOrderRes)) {
|
if (!isOrderResponse(encryptedOrderRes)) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
'received response not an OrderResponse, isntead got: ' +
|
'received response not an OrderResponse, instead got: ' +
|
||||||
JSON.stringify(encryptedOrderRes)
|
JSON.stringify(encryptedOrderRes)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue