Commit cd6907e4 authored by yann300's avatar yann300

linting

parent 7f98ff82
...@@ -159,7 +159,6 @@ export class LogsManager { ...@@ -159,7 +159,6 @@ export class LogsManager {
topics: log.log.topics topics: log.log.topics
} }
}) })
} }
getLogsFor (params) { getLogsFor (params) {
......
...@@ -203,7 +203,7 @@ export class Transactions { ...@@ -203,7 +203,7 @@ export class Transactions {
input: receipt.input, input: receipt.input,
nonce: '0x' + tx.nonce.toString('hex'), nonce: '0x' + tx.nonce.toString('hex'),
transactionIndex: '0x0', transactionIndex: '0x0',
value: receipt.value, value: receipt.value
// "value":"0xf3dbb76162000" // 4290000000000000 // "value":"0xf3dbb76162000" // 4290000000000000
// "v": "0x25", // 37 // "v": "0x25", // 37
// "r": "0x1b5e176d927f8e9ab405058b2d2457392da3e20f328b16ddabcebc33eaac5fea", // "r": "0x1b5e176d927f8e9ab405058b2d2457392da3e20f328b16ddabcebc33eaac5fea",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment