mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
Persistent notifications.
This commit is contained in:
@@ -28,6 +28,7 @@ class AutomationConstraint(ValueError):
|
||||
class InactiveCoin(Exception):
|
||||
def __init__(self, coinid):
|
||||
self.coinid = coinid
|
||||
|
||||
def __str__(self):
|
||||
return str(self.coinid)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user