You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugfix: Updating the auto-withdrawal in Swan integration could lead to an error (#1981)
* if enough addresses reserved return an empty list + tests
* client test fixed + test for reserve_addresses for swan service
* ignore_cleanup_errors=True + dev doc updated
* fix select of threshold in settings
* test for set_autowithdrawal_settings
* fix test
Co-authored-by: k9ert <[email protected]>
* Sets the associated Specter `Wallet` that will receive auto-withdrawals
@@ -123,9 +123,14 @@ def reserve_addresses(
123
123
from . importclientasswan_client
124
124
125
125
# Update Addresses as reserved (aka "associated") with Swan in our Wallet
126
+
# addresses is list of address strings, like so: ["bcrt1qxak08ykhf7r4js9yncysy5p05xp0fwxhamewc8", ... , "bcrt1qpys58dndrn9sxnk0z7ngm6wsxskpvs9jsjq7q6"]
127
+
# or it is an empty list if we are requesting to reserve less addresses as we already have
0 commit comments