mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 22:58:30 +01:00
Spelling fix
This commit is contained in:
parent
9b1fc1e000
commit
bd4cf980bd
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue