Skip to content

Commit fc54821

Browse files
committed
Update definitions.py to match CanonicalABI.md
1 parent be69ae4 commit fc54821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/mvp/canonical-abi/definitions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ class CanonicalOptions:
285285
string_encoding: Optional[str] = None
286286
realloc: Optional[Callable] = None
287287
post_return: Optional[Callable] = None
288-
sync: bool = True
288+
sync: bool = True # = !canonopt.async
289289
callback: Optional[Callable] = None
290290

291291
class ComponentInstance:

0 commit comments

Comments
 (0)