mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-05 10:19:22 +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 {
|
void main() async {
|
||||||
group("bitcoincash constants", () {
|
group("bitcoincash constants", () {
|
||||||
test("bitcoincash minimum confirmations", () async {
|
test("bitcoincash minimum confirmations", () async {
|
||||||
expect(MINIMUM_CONFIRMATIONS, 1);
|
expect(MINIMUM_CONFIRMATIONS, 0);
|
||||||
});
|
});
|
||||||
test("bitcoincash dust limit", () async {
|
test("bitcoincash dust limit", () async {
|
||||||
expect(DUST_LIMIT, 546);
|
expect(DUST_LIMIT, 546);
|
||||||
|
|
Loading…
Reference in a new issue