Merge pull request #38 from logos-messaging/rm-log

rm UNWRAP_MESSAGE failed error
This commit is contained in:
Ivan FB 2025-12-10 09:51:41 +01:00 committed by GitHub
commit 0b4d3cc03f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,7 +63,6 @@ proc process*(
let messageBytes = self.message.toSeq()
let (unwrappedMessage, missingDeps, channelId) = unwrapReceivedMessage(rm[], messageBytes).valueOr:
error "UNWRAP_MESSAGE failed", error = error
return err("error processing UNWRAP_MESSAGE request: " & $error)
let res = SdsUnwrapResponse(message: unwrappedMessage, missingDeps: missingDeps, channelId: channelId)