mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
litecoin tx v2 flag
This commit is contained in:
parent
b96135f6f9
commit
421cdcc6f2
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import 'package:stackwallet/wallets/wallet/wallet_mixin_interfaces/ordinals_inte
|
|||
class LitecoinWallet extends Bip39HDWallet
|
||||
with ElectrumXInterface, CoinControlInterface, OrdinalsInterface {
|
||||
@override
|
||||
int get isarTransactionVersion => 1; // TODO actually set this to 2
|
||||
int get isarTransactionVersion => 2;
|
||||
|
||||
LitecoinWallet(CryptoCurrencyNetwork network) : super(Litecoin(network));
|
||||
|
||||
|
|
Loading…
Reference in a new issue