set to v1 txns for now

This commit is contained in:
julian 2023-11-08 15:48:57 -06:00
parent d93136e285
commit bfc71dee67

View file

@ -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);