BCH 0-conf test update

This commit is contained in:
julian-CStack 2023-03-23 17:53:56 -06:00
parent e16bd90a68
commit 9b91948b11

View file

@ -25,7 +25,7 @@ import 'bitcoincash_wallet_test_parameters.dart';
void main() async {
group("bitcoincash constants", () {
test("bitcoincash minimum confirmations", () async {
expect(MINIMUM_CONFIRMATIONS, 1);
expect(MINIMUM_CONFIRMATIONS, 0);
});
test("bitcoincash dust limit", () async {
expect(DUST_LIMIT, 546);