mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-03 17:29:23 +00:00
BCH 0-conf test update
This commit is contained in:
parent
e16bd90a68
commit
9b91948b11
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue