From 38e8d13b318a9e07ee83548671c6c31b35c86ec6 Mon Sep 17 00:00:00 2001 From: boneyard93501 <4523011+boneyard93501@users.noreply.github.com> Date: Sun, 13 Jun 2021 16:12:46 -0500 Subject: [PATCH] update to marine, marine-test, bump versions --- ether-price-getter/ether_price_getter/src/fce_results.rs | 4 ++-- multi-service/ethqlite/src/main.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 {