Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
fix as comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Benzbeeb committed Jun 29, 2020
1 parent f2cb549 commit edb1cc9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions chain/emitter/oracle.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ func (app *App) handleEventRequestExecute(evMap EvMap) {
"request_time": result.ResponsePacketData.RequestTime,
"resolve_time": result.ResponsePacketData.ResolveTime,
"resolve_status": resolveStatus,
}
if resolveStatus == types.ResolveStatus_Success {
dict["result"] = result.ResponsePacketData.Result
"result": result.ResponsePacketData.Result,
}
app.Write("UPDATE_REQUEST", dict)
}

0 comments on commit edb1cc9

Please sign in to comment.