Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Tx resp log
Browse files Browse the repository at this point in the history
  • Loading branch information
guilherme-brandao committed Feb 7, 2024
1 parent 655811f commit 49d9e3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/node/appchain.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func (ap *AppChain) SendInferences(ctx context.Context, topicId uint64, results
ap.Logger.Info().Err(err).Msg("failed to send inferences to allora blockchain")
}

ap.Logger.Info().Str("txhash", txResp.TxHash).Msg("successfully sent inferences to allora blockchain")
ap.Logger.Info().Any("Tx Resp:", txResp).Msg("successfully sent inferences to allora blockchain")

return workersInferences
}
Expand Down Expand Up @@ -241,7 +241,7 @@ func (ap *AppChain) SendUpdatedWeights(ctx context.Context, topicId uint64, resu
ap.Logger.Info().Err(err).Msg("failed to send weights to allora blockchain")
}

ap.Logger.Info().Str("txhash", txResp.TxHash).Msg("successfully sent weights to allora blockchain")
ap.Logger.Info().Any("Tx Resp:", txResp).Msg("successfully sent weights to allora blockchain")
}

func parseFloatToUint64Weights(input string) (uint64, error) {
Expand Down

0 comments on commit 49d9e3f

Please sign in to comment.