more module renaming
This commit is contained in:
parent
e4b9fb473a
commit
4490485fc2
5 changed files with 30 additions and 30 deletions
|
|
@ -364,7 +364,7 @@ module BlindingMasterSeed = MK_BASIC_32 ()
|
|||
|
||||
(* Format used for to generate the signature on a request to withdraw
|
||||
coins from a reserve. *)
|
||||
module WithdrawRequestPs = struct
|
||||
module WithdrawRequestPS = struct
|
||||
(* Purpose is #TALER_SIGNATURE_WALLET_RESERVE_WITHDRAW *)
|
||||
type t = {
|
||||
(* Amount to withdraw, excluding fees, i.e.
|
||||
|
|
@ -432,7 +432,7 @@ module WithdrawRequestPs = struct
|
|||
|> sealr
|
||||
end
|
||||
|
||||
module WithdrawConfirmationPs = struct
|
||||
module WithdrawConfirmationPS = struct
|
||||
(* Purpose is #TALER_SIGNATURE_EXCHANGE_CONFIRM_WITHDRAW.
|
||||
Signed by a `struct TALER_ExchangePrivateKeyP` using EdDSA. *)
|
||||
type t = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue