Spelling fix

This commit is contained in:
junderw 2022-09-10 16:09:43 +09:00
parent d137b2c604
commit 71af86f98b

View File

@ -300,7 +300,7 @@ class BitcoinRoutes {
// Not modified
// 422 Unprocessable Entity
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/422
res.status(422).send(`Psbt had no missing nonUtxoWitnesses.`);
res.status(422).send(`Psbt had no missing nonWitnessUtxos.`);
}
} catch (e: any) {
if (e instanceof Error && new RegExp(notFoundError).test(e.message)) {