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

Commit

Permalink
Diego/ora 545 print reason for inference tx failure (#59)
Browse files Browse the repository at this point in the history
Signed-off-by: xmariachi <xmariachi@gmail.com>
  • Loading branch information
xmariachi authored Feb 14, 2024
1 parent 188e851 commit 6e5ee2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/node/execute.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func sendResultsToChain(ctx echo.Context, a api.API, appChainClient AppChain, re

// TODO: We can move this context to the AppChain struct (previous context was breaking the tx broadcast response)
reqCtx := context.Background()
fmt.Println("Function Type:", functionType)
a.Log.Debug().Str("Function Type", functionType).Msg("Function Type")
if functionType == inferenceType {
appChainClient.SendInferences(reqCtx, topicId, res.Results)
} else if functionType == weightsType {
Expand Down

0 comments on commit 6e5ee2e

Please sign in to comment.