Add metadata to nodeinfo

merge-requests/30/head
Bob Mottram 2022-11-08 11:16:02 +00:00
parent 7536c12761
commit 5f40551864
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ def meta_data_node_info(base_dir: str,
'total': active_accounts 'total': active_accounts
} }
}, },
'metadata': {},
'version': '2.0' 'version': '2.0'
} }
return nodeinfo return nodeinfo