You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that previous flightLogEntry.signature is incorrectly being compared to current flightLogEntry.signature. Instead, previous flightLogEntry.signature should be compared to current flightLogEntry.flightLog.previousLogHash.
In submit flight log endpoint: https://github.com/iSpirt/digital-sky-api/blob/3ba72f51a883345f28d311c03a0dd2fb12eff0f5/src/main/java/com/ispirit/digitalsky/service/FlightLogServiceImpl.java#L41
It seems that previous
flightLogEntry.signature
is incorrectly being compared to currentflightLogEntry.signature
. Instead, previousflightLogEntry.signature
should be compared to currentflightLogEntry.flightLog.previousLogHash
.@sidd-shetty @sidhantgoel @suraj-shanbhag @CharanSahaj
The text was updated successfully, but these errors were encountered: