commit fd18916ab818536bfe682a330406da5db257145f
parent 7069d1ed40e1289ce4efbfd05975e67ad9a5049d
Author: bohdan-potuzhnyi <bohdan.potuzhnyi@gmail.com>
Date: Tue, 8 Sep 2026 09:31:18 +0200
changing variable name in docs, to match real production code
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/merchant/post-orders-ORDER_ID-pay.rst b/core/merchant/post-orders-ORDER_ID-pay.rst
@@ -409,7 +409,7 @@
cipher: "RSA";
// Blinded signature of the token's `public EdDSA key <eddsa-token-pub>`.
- rsa_blinded_pub: BlindedRsaSignature;
+ rsa_blinded_planchet: BlindedRsaSignature;
}