mirror of https://github.com/nucypher/nucypher.git
Add domain to Ursula's JSON status
parent
d4a94cd01e
commit
2186a7379f
|
@ -1382,6 +1382,7 @@ class Teacher:
|
||||||
"last_seen": last_seen,
|
"last_seen": last_seen,
|
||||||
"fleet_state": node.fleet_state_checksum or 'unknown',
|
"fleet_state": node.fleet_state_checksum or 'unknown',
|
||||||
"fleet_state_icon": fleet_icon,
|
"fleet_state_icon": fleet_icon,
|
||||||
|
"domain": node.learning_domain,
|
||||||
'version': nucypher.__version__}
|
'version': nucypher.__version__}
|
||||||
return payload
|
return payload
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue