Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kamirr committed Aug 8, 2024
1 parent 749281f commit 4475ee0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions core/payment/examples/debit_note_flow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,9 @@ async fn main() -> anyhow::Result<()> {
address: None, // Use default address (i.e. identity)
payment_platform: Some(PaymentPlatformEnum::PaymentPlatformName(args.platform)),
total_amount: BigDecimal::from(10u64),
timeout: None,
make_deposit: false,
deposit: None,
timeout: None,
make_deposit: false,
})
.await?;
log::info!("Allocation created.");
Expand Down
1 change: 1 addition & 0 deletions core/payment/examples/payment_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ async fn main() -> anyhow::Result<()> {
requestor_addr.clone(),
args.network.clone(),
None,
false,
))
.await??;
bus::service(driver_bus_id(driver_name))
Expand Down

0 comments on commit 4475ee0

Please sign in to comment.