Skip to content

Commit 7cb913c

Browse files
committed
fix: particl transactionVersion property to return 160
1 parent 42e8cec commit 7cb913c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/wallets/crypto_currency/coins/particl.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ class Particl extends Bip39HDCurrency with ElectrumXCurrencyInterface {
233233
}
234234

235235
@override
236-
int get transactionVersion => 1;
236+
int get transactionVersion => 160;
237237

238238
@override
239239
BigInt get defaultFeeRate => BigInt.from(20000);

0 commit comments

Comments
 (0)