File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ pub struct MeltQuoteBolt11Response<Q> {
161
161
pub amount : Amount ,
162
162
/// The fee reserve that is required
163
163
pub fee_reserve : Amount ,
164
- /// Whether the the request haas be paid
164
+ /// Whether the request haas be paid
165
165
// TODO: To be deprecated
166
166
/// Deprecated
167
167
pub paid : Option < bool > ,
Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ impl Mint {
344
344
if let Ok ( secret) =
345
345
<& crate :: secret:: Secret as TryInto < crate :: nuts:: nut10:: Secret > >:: try_into ( & proof. secret )
346
346
{
347
- // Checks and verifes known secret kinds.
347
+ // Checks and verifies known secret kinds.
348
348
// If it is an unknown secret kind it will be treated as a normal secret.
349
349
// Spending conditions will **not** be check. It is up to the wallet to ensure
350
350
// only supported secret kinds are used as there is no way for the mint to
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ impl Wallet {
126
126
. await ?;
127
127
128
128
// Both `State::Pending` and `State::Unspent` should be included in the pending
129
- // table. This is because a proof that has been crated to send will be
129
+ // table. This is because a proof that has been created to send will be
130
130
// stored in the pending table in order to avoid accidentally double
131
131
// spending but to allow it to be explicitly reclaimed
132
132
let pending_states: HashSet < PublicKey > = states
You can’t perform that action at this time.
0 commit comments