mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 01:37:54 +00:00
update dogecoin test
This commit is contained in:
parent
a0df73551e
commit
86956b3fad
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ import 'dogecoin_wallet_test_parameters.dart';
|
|||
void main() {
|
||||
group("dogecoin constants", () {
|
||||
test("dogecoin minimum confirmations", () async {
|
||||
expect(MINIMUM_CONFIRMATIONS, 3);
|
||||
expect(MINIMUM_CONFIRMATIONS, 1);
|
||||
});
|
||||
test("dogecoin dust limit", () async {
|
||||
expect(DUST_LIMIT, 1000000);
|
||||
|
|
Loading…
Reference in a new issue