Spelling fix

This commit is contained in:
junderw 2022-09-10 16:09:43 +09:00
parent 9b1fc1e000
commit bd4cf980bd
No known key found for this signature in database
GPG key ID: B256185D3A971908

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)) {