From c39bbd05fb18a2216e990a04047aace757a6a248 Mon Sep 17 00:00:00 2001 From: coldstar Date: Wed, 26 May 2021 07:19:08 -0700 Subject: [PATCH] 05/26/2021 07:19:08 AM MST --- routes/baseActionsRouter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/baseActionsRouter.js b/routes/baseActionsRouter.js index 1ff23d0..c487eff 100755 --- a/routes/baseActionsRouter.js +++ b/routes/baseActionsRouter.js @@ -216,7 +216,7 @@ router.post("/search", function(req, res) { console.log('Does not start with V'); } } - console.log('Not less that 40 chars - going to check transaction and then block hash'); + console.log(query.stringLength + ':Not less that 40 chars - going to check transaction and then block hash'); rpcApi.getRawTransaction(query).then(function(tx) { if (tx) {