Skip to content

Commit

Permalink
fix(docgen): add network.Direction (#4115)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg authored Feb 13, 2025
1 parent 6bd2670 commit 5185fc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/docgen/examples.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ func init() {
state.WithSignerAddress("celestia1pjcmwj8w6hyr2c4wehakc5g8cfs36aysgucx66"),
state.WithFeeGranterAddress("celestia1hakc56ax66ypjcmwj8w6hyr2c4g8cfs3wesguc"),
))

add(network.DirUnknown)
}

func exampleValue(t, parent reflect.Type) (any, error) {
Expand Down

0 comments on commit 5185fc8

Please sign in to comment.