mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-27 13:59:21 +00:00
update dogecoin test
This commit is contained in:
parent
2da1e23251
commit
6baa0afff7
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ import 'dogecoin_wallet_test_parameters.dart';
|
||||||
void main() {
|
void main() {
|
||||||
group("dogecoin constants", () {
|
group("dogecoin constants", () {
|
||||||
test("dogecoin minimum confirmations", () async {
|
test("dogecoin minimum confirmations", () async {
|
||||||
expect(MINIMUM_CONFIRMATIONS, 3);
|
expect(MINIMUM_CONFIRMATIONS, 1);
|
||||||
});
|
});
|
||||||
test("dogecoin dust limit", () async {
|
test("dogecoin dust limit", () async {
|
||||||
expect(DUST_LIMIT, 1000000);
|
expect(DUST_LIMIT, 1000000);
|
||||||
|
|
Loading…
Reference in a new issue