diff --git a/.gitignore b/.gitignore index 4e31f274..719806b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ cmd/node/node +cmd/node/.b7s_* + cmd/keygen/keygen cmd/keyforge/keyforge cmd/bootstrap-limiter/bootstrap-limiter diff --git a/node/execution_results.go b/node/execution_results.go index 6be6c7d6..1858a6f7 100644 --- a/node/execution_results.go +++ b/node/execution_results.go @@ -126,7 +126,7 @@ func (n *Node) gatherExecutionResults(ctx context.Context, requestID string, pee return } - log.Info().Str("peer", rp.String()).Msg("accounted execution response from peer") + n.log.Info().Str("peer", rp.String()).Msg("accounted execution response from peer") er := res.(response.Execute)