update bitcoin dust limit test

This commit is contained in:
julian 2022-09-07 11:29:30 -06:00
parent 88df57177b
commit 1b24474ef8

View file

@ -30,7 +30,7 @@ void main() {
expect(MINIMUM_CONFIRMATIONS, 2);
});
test("bitcoin dust limit", () async {
expect(DUST_LIMIT, 546);
expect(DUST_LIMIT, 294);
});
test("bitcoin mainnet genesis block hash", () async {
expect(GENESIS_HASH_MAINNET,