diff --git a/mantlemint/client.go b/mantlemint/client.go index 9f396d5..4005769 100644 --- a/mantlemint/client.go +++ b/mantlemint/client.go @@ -326,6 +326,5 @@ func (app *localClient) callback(req *types.Request, res *types.Response) *abcic func newLocalReqRes(req *types.Request, res *types.Response) *abcicli.ReqRes { reqRes := abcicli.NewReqRes(req) reqRes.Response = res - reqRes.Done() return reqRes }