Skip to content

Commit

Permalink
fix: no error returned
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Feb 28, 2023
1 parent 369306d commit adadcdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/submodule/chain/chaininfo_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ func (cia *chainInfoAPI) StateCall(ctx context.Context, msg *types.Message, tsk
}
}

return res, nil
return res, err
}

// StateReplay replays a given message, assuming it was included in a block in the specified tipset.
Expand Down

0 comments on commit adadcdb

Please sign in to comment.