commit dd1dcebaff3dbf676e5e445f79e4db84fd3bd3cc parent 6810de69cbe348c7bbf42d42eb28a3eaa3ab204d Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Mon, 10 Nov 2025 22:22:03 +0100 update gana Diffstat:
| M | pkg/rest/mailbox.go | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/rest/mailbox.go b/pkg/rest/mailbox.go @@ -421,7 +421,7 @@ func (m *Mailbox) updateKeysResponse(w http.ResponseWriter, r *http.Request) { size := signedMsg[0:4] binary.BigEndian.PutUint32(size, 64+4+4) purp := signedMsg[4:8] - binary.BigEndian.PutUint32(purp, gana.TalerSignaturePurposeMailboxKeysUpdate) + binary.BigEndian.PutUint32(purp, gana.TalerSignaturePurposeMailboxRegister) h := sha512.New() h.Write([]byte(msg.Keys.EncryptionKeyType)) // Currently always X25519 h.Write(encPk)