chore: typos
This commit is contained in:
committed by
Greg Heartsfield
parent
087b68128f
commit
06fcaad9a1
+1
-1
@@ -130,7 +130,7 @@ impl Payment {
|
||||
}
|
||||
}
|
||||
|
||||
/// Internal select loop for preforming payment operatons
|
||||
/// Internal select loop for preforming payment operations
|
||||
async fn run_internal(&mut self) -> Result<()> {
|
||||
tokio::select! {
|
||||
m = self.payment_rx.recv() => {
|
||||
|
||||
Reference in New Issue
Block a user