diff --git a/utils/frame/rpc/system/src/lib.rs b/utils/frame/rpc/system/src/lib.rs index d49b94c7b7e35..807512aac0290 100644 --- a/utils/frame/rpc/system/src/lib.rs +++ b/utils/frame/rpc/system/src/lib.rs @@ -141,7 +141,6 @@ where })?; let result = api.apply_extrinsic(&at, uxt) - .map(|outcome| outcome.map(|_| true)) // TODO read system events .map_err(|e| RpcError { code: ErrorCode::ServerError(Error::RuntimeError.into()), message: "Unable to dry run extrinsic.".into(),