diff --git a/pkg/ffcapi/api.go b/pkg/ffcapi/api.go index be8ea56b..3321973e 100644 --- a/pkg/ffcapi/api.go +++ b/pkg/ffcapi/api.go @@ -197,6 +197,7 @@ type TransactionInput struct { TransactionHeaders Method *fftypes.JSONAny `json:"method"` Params []*fftypes.JSONAny `json:"params"` + Errors []*fftypes.JSONAny `json:"errors"` } type TransactionHeaders struct {