mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-02 03:06:29 +00:00
set to v1 txns for now
This commit is contained in:
parent
d93136e285
commit
bfc71dee67
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import 'package:tuple/tuple.dart';
|
|||
|
||||
class BitcoinWallet extends Bip39HDWallet with ElectrumXMixin {
|
||||
@override
|
||||
int get isarTransactionVersion => 2; // TODO actually do this
|
||||
int get isarTransactionVersion => 1; // TODO actually set this to 2
|
||||
|
||||
BitcoinWallet(Bitcoin cryptoCurrency) : super(cryptoCurrency);
|
||||
|
||||
|
|
Loading…
Reference in a new issue