testmempool accept more validation & switch to JSON array format

This commit is contained in:
Mononaut
2024-03-25 05:52:03 +00:00
committed by softsimon
parent f3232b2d5c
commit 2a43255802
6 changed files with 29 additions and 8 deletions

View File

@@ -131,6 +131,7 @@ class Server {
})
.use(express.urlencoded({ extended: true }))
.use(express.text({ type: ['text/plain', 'application/base64'] }))
.use(express.json())
;
if (config.DATABASE.ENABLED && config.FIAT_PRICE.ENABLED) {