Spelling fix
This commit is contained in:
parent
9b1fc1e000
commit
bd4cf980bd
@ -300,7 +300,7 @@ class BitcoinRoutes {
|
|||||||
// Not modified
|
// Not modified
|
||||||
// 422 Unprocessable Entity
|
// 422 Unprocessable Entity
|
||||||
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/422
|
// 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) {
|
} catch (e: any) {
|
||||||
if (e instanceof Error && new RegExp(notFoundError).test(e.message)) {
|
if (e instanceof Error && new RegExp(notFoundError).test(e.message)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user