Skip to content

Commit

Permalink
Tweaks for processor to work with the new serai-client
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Oct 14, 2023
1 parent 7d4e8b5 commit 5c5c097
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion processor/src/multisigs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down
2 changes: 1 addition & 1 deletion substrate/client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mod other_primitives {
pub mod in_instructions {
pub use serai_runtime::in_instructions::primitives;
}
pub mod tokens {
pub mod coins {
pub use serai_runtime::tokens::primitives;
}
pub mod validator_sets {
Expand Down
2 changes: 1 addition & 1 deletion tests/processor/src/tests/send.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use messages::{sign::SignId, SubstrateContext};
use serai_client::{
primitives::{BlockHash, NetworkId},
in_instructions::primitives::Batch,
tokens::primitives::{OutInstruction, OutInstructionWithBalance},
coins::primitives::{OutInstruction, OutInstructionWithBalance},
};

use crate::{*, tests::*};
Expand Down

0 comments on commit 5c5c097

Please sign in to comment.