Преглед изворни кода

05/26/2021 07:19:08 AM MST

master
coldstar пре 3 година
родитељ
комит
c39bbd05fb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      routes/baseActionsRouter.js

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


Loading…
Откажи
Сачувај