Skip to content

Commit

Permalink
Typescript test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
catenocrypt committed Dec 14, 2020
1 parent 0bbb46e commit 2647c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe('Wallet Core types tests', () => {
gasPrice: Buffer.from('04a817c800', 'hex'),
gasLimit: Buffer.from('5208', 'hex'),
transaction: TW.Ethereum.Proto.Transaction.create({
transactionTransfer: TW.Ethereum.Proto.Transaction.Transfer.create({
transfer: TW.Ethereum.Proto.Transaction.Transfer.create({
amount: Buffer.from('0de0b6b3a7640000', 'hex')
})
}),
Expand Down

0 comments on commit 2647c6d

Please sign in to comment.