Skip to content

Commit

Permalink
chore: dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Dec 3, 2024
1 parent 08bada9 commit 02d3bf6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/grpc/node/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ func (s queryServer) Status(ctx context.Context, _ *StatusRequest) (*StatusRespo

blockTime := sdkCtx.HeaderInfo().Time

print("")
print(blockTime)
print("")

return &StatusResponse{
// TODO: Get earliest version from store.
//
Expand Down

0 comments on commit 02d3bf6

Please sign in to comment.