use direct key data type
This commit is contained in:
parent
5f02df64d7
commit
b52239e6be
@ -213,7 +213,7 @@ func (h *MenuHandlers) createAccountNoExist(ctx context.Context, sessionId strin
|
|||||||
}
|
}
|
||||||
err = logdb.WriteLogEntry(ctx, sessionId, key, []byte(value))
|
err = logdb.WriteLogEntry(ctx, sessionId, key, []byte(value))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
logg.DebugCtxf(ctx, "Failed to write log entry", "key", string(key), "value", value)
|
logg.DebugCtxf(ctx, "Failed to write log entry", "key", key, "value", value)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
publicKeyNormalized, err := hex.NormalizeHex(publicKey)
|
publicKeyNormalized, err := hex.NormalizeHex(publicKey)
|
||||||
@ -432,7 +432,6 @@ func (h *MenuHandlers) ConfirmPinChange(ctx context.Context, sym string, input [
|
|||||||
}
|
}
|
||||||
|
|
||||||
store := h.userdataStore
|
store := h.userdataStore
|
||||||
logdb := h.logDb
|
|
||||||
hashedTemporaryPin, err := store.ReadEntry(ctx, sessionId, storedb.DATA_TEMPORARY_VALUE)
|
hashedTemporaryPin, err := store.ReadEntry(ctx, sessionId, storedb.DATA_TEMPORARY_VALUE)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
logg.ErrorCtxf(ctx, "failed to read hashedTemporaryPin entry with", "key", storedb.DATA_TEMPORARY_VALUE, "error", err)
|
logg.ErrorCtxf(ctx, "failed to read hashedTemporaryPin entry with", "key", storedb.DATA_TEMPORARY_VALUE, "error", err)
|
||||||
|
Loading…
Reference in New Issue
Block a user