Skip to content
Snippets Groups Projects
Commit 7b07ddd2 authored by Vincent Texier's avatar Vincent Texier
Browse files

[fix] fix get_members_count in currency network adapter

"UdAccountsStorage", "CounterForUdAccounts" has been removed from Duniter storage.
"Identity", "CounterForIdentities" is used instead
parent 3de355d3
Branches
Tags
No related merge requests found
Pipeline #18314 waiting for manual action
...@@ -108,7 +108,7 @@ class NetworkCurrency(NetworkCurrencyInterface): ...@@ -108,7 +108,7 @@ class NetworkCurrency(NetworkCurrencyInterface):
try: try:
result = self.connections.rpc.client.query( result = self.connections.rpc.client.query(
"UdAccountsStorage", "CounterForUdAccounts" "Identity", "CounterForIdentities"
) )
except Exception as exception: except Exception as exception:
logging.exception(exception) logging.exception(exception)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment