diff --git a/grpc-server.go b/grpc-server.go index 5a5e9a73..ecd778c3 100644 --- a/grpc-server.go +++ b/grpc-server.go @@ -807,4 +807,5 @@ func (multi *MultiEpoch) streamAllTxns(ctx context.Context, ser old_faithful_grp return err } } + return nil }