|
@@ -216,7 +216,7 @@ router.post("/search", function(req, res) { |
|
|
console.log('Does not start with V'); |
|
|
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) { |
|
|
rpcApi.getRawTransaction(query).then(function(tx) { |
|
|
if (tx) { |
|
|
if (tx) { |
|
|