Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Nov 16, 2023
1 parent a0318ea commit 109a28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/gov/keeper/custom_grpc_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ func (q Keeper) LastEmergencyProposalTallyTimestamp(c context.Context, req *cust
ctx := sdk.UnwrapSDKContext(c)

return &customtypes.QueryLastEmergencyProposalTallyTimestampResponse{
TallyTime: q.GetLastEmergencyProposalTallyTimestamp(ctx),
TallyTimestamp: q.GetLastEmergencyProposalTallyTimestamp(ctx),
}, nil

Check warning on line 69 in x/gov/keeper/custom_grpc_query.go

View check run for this annotation

Codecov / codecov/patch

x/gov/keeper/custom_grpc_query.go#L64-L69

Added lines #L64 - L69 were not covered by tests
}

0 comments on commit 109a28a

Please sign in to comment.