Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Dec 6, 2023
1 parent a0c71c0 commit f44b4ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/payment/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ mod local {
NodeId,
};
use ya_core_model::{
driver::{driver_bus_id, Ack, DriverStatus, DriverStatusError},
driver::{driver_bus_id, DriverStatus, DriverStatusError},
payment::local::*,
};
use ya_core_model::payment::public::Ack;
use ya_persistence::types::Role;

pub fn bind_service(db: &DbExecutor, processor: Arc<Mutex<PaymentProcessor>>) {
Expand Down

0 comments on commit f44b4ed

Please sign in to comment.