Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9bc777cf7d |
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cryptoforknote-util",
|
||||
"version": "11.2.2",
|
||||
"version": "11.2.3",
|
||||
"main": "cryptoforknote-util",
|
||||
"author": {
|
||||
"name": "LucasJones",
|
||||
|
||||
@@ -267,7 +267,7 @@ module.exports.RtmBlockTemplate = function(rpcData, poolAddress) {
|
||||
console.error("Skip RTM tx due to parse error: " + tx.data);
|
||||
return; // skip transaction if it is not parsed OK (varint coding seems to be different for RTM)
|
||||
}
|
||||
tx.push(tx);
|
||||
txs.push(tx);
|
||||
} else {
|
||||
console.error("Skip RTM v1 tx: " + tx.data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user