浏览代码

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


正在加载...
取消
保存