Skip to content

Commit

Permalink
old-faithful-proto: fix GetBlockTime response type (#123)
Browse files Browse the repository at this point in the history
Co-authored-by: gagliardetto <[email protected]>
  • Loading branch information
fanatid and gagliardetto authored Jul 4, 2024
1 parent 56e88b8 commit f8eff2f
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 183 deletions.
2 changes: 1 addition & 1 deletion grpc-server.go
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,6 @@ func (multi *MultiEpoch) GetBlockTime(ctx context.Context, params *old_faithful_
}

return &old_faithful_grpc.BlockTimeResponse{
BlockTime: uint64(blocktime),
BlockTime: int64(blocktime),
}, nil
}
Loading

0 comments on commit f8eff2f

Please sign in to comment.