diff --git a/cmd/network/show.go b/cmd/network/show.go index a998390b..790c82bc 100644 --- a/cmd/network/show.go +++ b/cmd/network/show.go @@ -93,6 +93,10 @@ func prettyPrintEntityNodes(ctx context.Context, npa *common.NPASelection, staki ID: node, } + // TODO: Fix eager termination of pretty printing and handle the case + // where node descriptor has already expired, but node status still + // returns as debonding period has not yet passed. + // See: https://github.com/oasisprotocol/cli/issues/707. nodeStatus, err := registryConn.GetNodeStatus(ctx, idQuery2) if err != nil { fmt.Println(" Node is not active") diff --git a/examples/network-show/id-entity.in b/examples/network-show/id-entity.in index 6461d83f..42e93693 100644 --- a/examples/network-show/id-entity.in +++ b/examples/network-show/id-entity.in @@ -1 +1 @@ -oasis network show xQN6ffLSdc51EfEQ2BzltK1iWYAw6Y1CkBAbFzlhhEQ= +oasis network show UjRo9HS8ho/tkzQZyJ7AD//CqOuH0YvXILKTpmfD3dg=