mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-08 20:09:54 +00:00
cargo +nightly fmt
This commit is contained in:
parent
e2571a43aa
commit
b2169a7316
1 changed files with 5 additions and 1 deletions
|
@ -152,7 +152,11 @@ pub mod substrate {
|
||||||
|
|
||||||
#[derive(Clone, PartialEq, Eq, Debug, Zeroize, Serialize, Deserialize)]
|
#[derive(Clone, PartialEq, Eq, Debug, Zeroize, Serialize, Deserialize)]
|
||||||
pub enum CoordinatorMessage {
|
pub enum CoordinatorMessage {
|
||||||
SubstrateBlock { context: SubstrateContext, key: Vec<u8>, burns: Vec<OutInstructionWithBalance> },
|
SubstrateBlock {
|
||||||
|
context: SubstrateContext,
|
||||||
|
key: Vec<u8>,
|
||||||
|
burns: Vec<OutInstructionWithBalance>,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
impl CoordinatorMessage {
|
impl CoordinatorMessage {
|
||||||
|
|
Loading…
Reference in a new issue