update dogecoin test

This commit is contained in:
julian 2023-01-10 10:05:22 -06:00
parent 2da1e23251
commit 6baa0afff7

View file

@ -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);