Skip to content

Commit

Permalink
fix(tron): Fix tron testnet validation
Browse files Browse the repository at this point in the history
  • Loading branch information
teke97 committed Mar 4, 2023
1 parent c1ac682 commit d31d1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/currencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ var CURRENCIES = [{
}, {
name: 'Tron',
symbol: 'trx',
addressTypes: { prod: [0x41], testnet: [0xa0] },
addressTypes: { prod: [0x41], testnet: [0x41] },
validator: TRXValidator
}, {
name: 'Nem',
Expand Down

0 comments on commit d31d1aa

Please sign in to comment.