Skip to content

Commit

Permalink
Update substrate/core/node_ext/box.py
Browse files Browse the repository at this point in the history
  • Loading branch information
0thernet authored Jun 19, 2024
1 parent 87d4ee6 commit 8bc6dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/core/node_ext/box.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(self, value: Union[Future, Any], hide=False, **kwargs):
Args:
value: Value to return.
https://substrate.run/nodes#Box
https://guides.substrate.run/reference/box
"""
super().__init__(value=value, hide=hide, out_type=BoxOut, **kwargs)
self.node = "Box"

0 comments on commit 8bc6dd2

Please sign in to comment.