Skip to content

Commit

Permalink
devop: minor comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Aug 30, 2024
1 parent b4a69bd commit f0afe1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hw-wallets/src/trezor/bitcoin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class TrezorEthereum implements HWWalletProvider {
address_n: addressN,
prev_hash: tx.hash.reverse().toString("hex"),
prev_index: tx.index,
amount: 0,
amount: 0, // doesnt seem like this do anything
script_type: TrezorNetworkConfigs[this.network].isSegwit
? "SPENDWITNESS"
: "SPENDADDRESS",
Expand Down

1 comment on commit f0afe1f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.