Skip to content

Commit 62876f2

Browse files
Merge pull request #42 from kaleido-io/custom-errors
Add Errors to transaction input to support custom errors
2 parents fb66d10 + 54f32bc commit 62876f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/ffcapi/api.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ type TransactionInput struct {
197197
TransactionHeaders
198198
Method *fftypes.JSONAny `json:"method"`
199199
Params []*fftypes.JSONAny `json:"params"`
200+
Errors []*fftypes.JSONAny `json:"errors"`
200201
}
201202

202203
type TransactionHeaders struct {

0 commit comments

Comments
 (0)