Skip to content

Commit

Permalink
Automatically merged updates to draft EIP(s) 2831 (#3019)
Browse files Browse the repository at this point in the history
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
  • Loading branch information
pedrouid authored Oct 3, 2020
1 parent c7fffdd commit 4093b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-2831.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ ethereum
const { oldTx, newTx, nonce, from } = message.data;
console.log(`Tx ${oldTx} with nonce ${nonce} from ${from} was sped up, the new hash is ${newTx}`)
});
ethereum.on('txReplacement', (info) => {
ethereum.on('tx_replacement', (info) => {
const { oldTx, newTx, nonce, from } = message.data;
console.log(`Tx ${oldTx} with nonce ${nonce} from ${from} was replaced, the new hash is ${newTx}`)
});
Expand Down

0 comments on commit 4093b5a

Please sign in to comment.