Skip to content

Commit

Permalink
Fix fetch resume (kuznia-rdzeni/coreblocks#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotro888 authored May 12, 2024
1 parent f1ddbcb commit 4168375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transactron/core/method.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def proxy(self, m: "TModule", method: "Method"):
Method for which this method is a proxy for.
"""

@def_method(m, self)
@def_method(m, self, ready=method.ready)
def _(arg):
return method(m, arg)

Expand Down

0 comments on commit 4168375

Please sign in to comment.