diff --git a/nyx-chain-watcher/src/models.rs b/nyx-chain-watcher/src/models.rs index 7c0ac47683..93a9f9e592 100644 --- a/nyx-chain-watcher/src/models.rs +++ b/nyx-chain-watcher/src/models.rs @@ -1,7 +1,7 @@ +use nym_validator_client::nyxd::CosmWasmCoin; use rocket::serde::{Deserialize, Serialize}; use schemars::JsonSchema; use utoipa::ToSchema; -use nym_validator_client::nyxd::CosmWasmCoin; #[derive(Serialize, Deserialize, Clone, JsonSchema, ToSchema)] pub struct WebhookPayload { @@ -13,4 +13,3 @@ pub struct WebhookPayload { pub height: u128, pub memo: Option, } -