feat: show relay NOTICE
This commit is contained in:
parent
f244f60c56
commit
1601f71b03
6 changed files with 44 additions and 10 deletions
|
|
@ -13,6 +13,7 @@ class RelayStatus(BaseModel):
|
|||
num_received_events: Optional[int] = 0
|
||||
error_counter: Optional[int] = 0
|
||||
error_list: Optional[List] = []
|
||||
notice_list: Optional[List] = []
|
||||
|
||||
class Relay(BaseModel):
|
||||
id: Optional[str] = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue