Fix-agressive-contract-check (#1698)

* fix: Lower aggressiveness and modify parameter used when fetching

* fix: Remove extra warning text when adding contract address

* chore: Add some tracking logs

* chore: Add some tracking logs

* chore: More comprehensive logs

* chore: More readable release logs

---------

Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
This commit is contained in:
David Adegoke 2024-09-24 14:37:09 +01:00 committed by GitHub
parent cf1e8a306c
commit fc7bea6830
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
31 changed files with 23 additions and 50 deletions

View file

@ -82,5 +82,7 @@ class PendingBitcoinCashTransaction with PendingTransaction {
date: DateTime.now(),
isPending: true,
confirmations: 0,
fee: fee);
fee: fee,
isReplaced: false,
);
}