Commit 8d349f78 authored by yann300's avatar yann300 Committed by Aniket

add nonce

parent 5546bbc1
...@@ -127,7 +127,7 @@ export class Transactions { ...@@ -127,7 +127,7 @@ export class Transactions {
gasPrice: '0x4a817c800', // 20000000000 gasPrice: '0x4a817c800', // 20000000000
hash: receipt.transactionHash, hash: receipt.transactionHash,
input: receipt.input, input: receipt.input,
// "nonce": 2, // 0x15 nonce: 2, // 0x15 // the nonce should be updated
// "transactionIndex": 0, // "transactionIndex": 0,
value: receipt.value value: receipt.value
// "value":"0xf3dbb76162000" // 4290000000000000 // "value":"0xf3dbb76162000" // 4290000000000000
...@@ -173,7 +173,7 @@ export class Transactions { ...@@ -173,7 +173,7 @@ export class Transactions {
gasPrice: '0x4a817c800', // 20000000000 gasPrice: '0x4a817c800', // 20000000000
hash: receipt.transactionHash, hash: receipt.transactionHash,
input: receipt.input, input: receipt.input,
// "nonce": 2, // 0x15 nonce: 2, // 0x15 // the nonce should be updated
// "transactionIndex": 0, // "transactionIndex": 0,
value: receipt.value value: receipt.value
// "value":"0xf3dbb76162000" // 4290000000000000 // "value":"0xf3dbb76162000" // 4290000000000000
...@@ -215,7 +215,7 @@ export class Transactions { ...@@ -215,7 +215,7 @@ export class Transactions {
gasPrice: '0x4a817c800', // 20000000000 gasPrice: '0x4a817c800', // 20000000000
hash: receipt.transactionHash, hash: receipt.transactionHash,
input: receipt.input, input: receipt.input,
// "nonce": 2, // 0x15 nonce: 2, // 0x15 // the nonce should be updated
// "transactionIndex": 0, // "transactionIndex": 0,
value: receipt.value value: receipt.value
// "value":"0xf3dbb76162000" // 4290000000000000 // "value":"0xf3dbb76162000" // 4290000000000000
......
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