diff --git a/ether-price-getter/ether_price_getter/src/fce_results.rs b/ether-price-getter/ether_price_getter/src/fce_results.rs index 86c257d..71c4f9b 100644 --- a/ether-price-getter/ether_price_getter/src/fce_results.rs +++ b/ether-price-getter/ether_price_getter/src/fce_results.rs @@ -19,7 +19,7 @@ use crate::Result; use fluence::marine; use serde_json::Value; -#[fce] +#[marine] #[derive(Debug)] pub struct JsonRpcResult { pub jsonrpc: String, @@ -59,7 +59,7 @@ impl From> for JsonRpcResult { } } -#[fce] +#[marine] #[derive(Debug)] pub struct TestResult { pub test_passed: bool, diff --git a/multi-service/ethqlite/src/main.rs b/multi-service/ethqlite/src/main.rs index 481dc56..2fe0549 100644 --- a/multi-service/ethqlite/src/main.rs +++ b/multi-service/ethqlite/src/main.rs @@ -50,7 +50,7 @@ pub struct InitResult { pub err_msg: String, } -#[fmarinece] +#[marine] pub fn init_service() -> InitResult { if !is_owner() { return InitResult {