Skip to content

Commit

Permalink
Property was renamed in aca-py
Browse files Browse the repository at this point in the history
- `is_active` => `is_ready`

Signed-off-by: Wade Barnes <[email protected]>
  • Loading branch information
WadeBarnes committed Jul 15, 2019
1 parent 8cec2b9 commit 6169916
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ async def issuer_registration_send(request: web.BaseRequest):
except StorageNotFoundError:
return web.BaseRequest("Connection not found.")

if connection.is_active:
if connection.is_ready:
(
issuer_registration_state,
issuer_registration_message,
Expand Down

0 comments on commit 6169916

Please sign in to comment.