Skip to content

Commit

Permalink
Blocktime is int64
Browse files Browse the repository at this point in the history
  • Loading branch information
gagliardetto committed Jul 4, 2024
1 parent 9afc3a1 commit 952005b
Show file tree
Hide file tree
Showing 3 changed files with 174 additions and 174 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 952005b

Please sign in to comment.