Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wjuan-mob committed Apr 11, 2023
1 parent e6edc3f commit f1e6b26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions transaction/builder/src/memo_builder/rth_memo_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ pub type FlexibleChangeMemoGenerator = Box<
dyn Fn(FlexibleMemoChangeContext) -> Result<FlexibleMemoPayload, NewMemoError> + Sync + Send,
>;

///This is the context provided to the flexible memo generator which is set on
/// This is the context provided to the flexible memo generator which is set on
/// the rth memo builder. Each of these fields has a direct corresponds to a
/// field in the RTHMemoBuilder
pub struct FlexibleMemoBuilderContext {
Expand All @@ -109,7 +109,7 @@ pub struct FlexibleMemoBuilderContext {
pub fee: Amount,
}

///This is the context provided to the flexible memo generator which is set
/// This is the context provided to the flexible memo generator which is set
/// when generating the output memo
pub struct FlexibleMemoOutputContext<'a> {
/// Output amount
Expand All @@ -122,7 +122,7 @@ pub struct FlexibleMemoOutputContext<'a> {
pub builder_context: FlexibleMemoBuilderContext,
}

///This is the context provided to the flexible memo generator which is set
/// This is the context provided to the flexible memo generator which is set
/// when generating specifically the change memo
pub struct FlexibleMemoChangeContext<'a> {
/// Additional context provided for generating the output memo.
Expand Down

0 comments on commit f1e6b26

Please sign in to comment.