Tweaks for processor to work with the new serai-client

This commit is contained in:
Luke Parker
2023-10-14 12:21:36 -04:00
parent 7d4e8b59db
commit 5c5c097da9
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ use serai_client::{
in_instructions::primitives::{
InInstructionWithBalance, Batch, RefundableInInstruction, Shorthand, MAX_BATCH_SIZE,
},
tokens::primitives::{OutInstruction, OutInstructionWithBalance},
coins::primitives::{OutInstruction, OutInstructionWithBalance},
};
use log::{info, error};