Skip to content

Commit

Permalink
Update bindings/nodejs-old/examples/38-sign-evm-transaction.js
Browse files Browse the repository at this point in the history
Co-authored-by: Thoralf-M <[email protected]>
  • Loading branch information
Tuditi and Thoralf-M authored Jul 19, 2023
1 parent 4d9b9f8 commit da9dcc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/nodejs-old/examples/38-sign-evm-transaction.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable @typescript-eslint/no-var-requires */
/**
* In this example we check if an output has only an address unlock condition and that the address is from the account.
* In this example we sign and send an EVM transaction.
*/
const assert = require('assert/strict')
const { Buffer } = require('buffer')
Expand Down

0 comments on commit da9dcc6

Please sign in to comment.