Skip to content

Commit 1b24474

Browse files
committed
update bitcoin dust limit test
1 parent 88df571 commit 1b24474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/services/coins/bitcoin/bitcoin_wallet_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ void main() {
3030
expect(MINIMUM_CONFIRMATIONS, 2);
3131
});
3232
test("bitcoin dust limit", () async {
33-
expect(DUST_LIMIT, 546);
33+
expect(DUST_LIMIT, 294);
3434
});
3535
test("bitcoin mainnet genesis block hash", () async {
3636
expect(GENESIS_HASH_MAINNET,

0 commit comments

Comments
 (0)