Skip to content

Commit

Permalink
Update substrate/core/node_ext/logic.py
Browse files Browse the repository at this point in the history
  • Loading branch information
0thernet authored Jun 19, 2024
1 parent a2215c2 commit 0de7c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/core/node_ext/logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(
value_if_true: Value to return if condition is true.
value_if_false: Value to return if condition is false.
https://substrate.run/nodes#If
https://guides.substrate.run/reference/if
"""
super().__init__(
condition=condition,
Expand Down

0 comments on commit 0de7c96

Please sign in to comment.