From 5185fc8e0a9cf8f538e0f7d3b5c2367fdcd74aff Mon Sep 17 00:00:00 2001 From: Oleg Kovalov Date: Thu, 13 Feb 2025 11:17:39 +0100 Subject: [PATCH] fix(docgen): add network.Direction (#4115) --- api/docgen/examples.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/docgen/examples.go b/api/docgen/examples.go index 572d5c3f04..332194e14d 100644 --- a/api/docgen/examples.go +++ b/api/docgen/examples.go @@ -183,6 +183,8 @@ func init() { state.WithSignerAddress("celestia1pjcmwj8w6hyr2c4wehakc5g8cfs36aysgucx66"), state.WithFeeGranterAddress("celestia1hakc56ax66ypjcmwj8w6hyr2c4g8cfs3wesguc"), )) + + add(network.DirUnknown) } func exampleValue(t, parent reflect.Type) (any, error) {