Skip to content

Commit

Permalink
Merge pull request #3 from WadeBarnes/ianco-refactoring
Browse files Browse the repository at this point in the history
Property was renamed in aca-py
  • Loading branch information
ianco committed Jul 15, 2019
2 parents 8cec2b9 + 6169916 commit a76edb2
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 a76edb2

Please sign in to comment.