mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-22 19:39:22 +00:00
update bitcoin dust limit test
This commit is contained in:
parent
88df57177b
commit
1b24474ef8
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue