Skip to content
Snippets Groups Projects
Commit 3b31516e authored by roadscape's avatar roadscape
Browse files

fix custom_json active auth key

parent 76e6b879
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ def _get_auth(op): ...@@ -24,7 +24,7 @@ def _get_auth(op):
is always used and length 1. It may be that some ops will require is always used and length 1. It may be that some ops will require
`required_active_auths` in the future. For now, these are ignored. `required_active_auths` in the future. For now, these are ignored.
""" """
if op['required_active_auths']: if op['required_auths']:
log.warning("unexpected active auths: %s", op) log.warning("unexpected active auths: %s", op)
return None return None
if len(op['required_posting_auths']) != 1: if len(op['required_posting_auths']) != 1:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment