pull/5370/head
yann300 4 years ago committed by Aniket
parent dc74eccf99
commit 9378c0c4b5
  1. 6
      libs/remix-simulator/src/methods/transactions.ts

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

Loading…
Cancel
Save