mirror of https://github.com/nucypher/nucypher.git
Remove incorrect version announced as part of abridged_node_details
parent
2caec91b3e
commit
b9aa54c73e
|
@ -1363,7 +1363,7 @@ class Teacher:
|
|||
"fleet_state": node.fleet_state_checksum or 'unknown',
|
||||
"fleet_state_icon": fleet_icon,
|
||||
"domain": node.serving_domain,
|
||||
'version': nucypher.__version__}
|
||||
}
|
||||
return payload
|
||||
|
||||
def abridged_node_details(self) -> dict:
|
||||
|
|
Loading…
Reference in New Issue