From 0842dcdf5be3e34ba12531662dab90082607fb13 Mon Sep 17 00:00:00 2001 From: Quentin Le Sceller Date: Thu, 14 Jan 2021 16:25:32 -0500 Subject: [PATCH 1/3] Temp fix for CI --- api/src/foreign_rpc.rs | 2 +- api/src/owner_rpc.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/src/foreign_rpc.rs b/api/src/foreign_rpc.rs index 7759d295b..3291050f4 100644 --- a/api/src/foreign_rpc.rs +++ b/api/src/foreign_rpc.rs @@ -114,7 +114,7 @@ pub trait ForeignRpc { fn build_coinbase(&self, block_fees: &BlockFees) -> Result; /** - Networked version of [Foreign::receive_tx](struct.Foreign.html#method.receive_tx). + ;Networked version of [Foreign::receive_tx](struct.Foreign.html#method.receive_tx). # Json rpc example diff --git a/api/src/owner_rpc.rs b/api/src/owner_rpc.rs index 3af1efb54..2db3bc4e7 100644 --- a/api/src/owner_rpc.rs +++ b/api/src/owner_rpc.rs @@ -359,7 +359,7 @@ pub trait OwnerRpc { ) -> Result<(bool, WalletInfo), ErrorKind>; /** - Networked version of [Owner::init_send_tx](struct.Owner.html#method.init_send_tx). + ;Networked version of [Owner::init_send_tx](struct.Owner.html#method.init_send_tx). ``` # grin_wallet_api::doctest_helper_json_rpc_owner_assert_response!( @@ -418,7 +418,7 @@ pub trait OwnerRpc { fn init_send_tx(&self, token: Token, args: InitTxArgs) -> Result; /** - Networked version of [Owner::issue_invoice_tx](struct.Owner.html#method.issue_invoice_tx). + ;Networked version of [Owner::issue_invoice_tx](struct.Owner.html#method.issue_invoice_tx). ``` # grin_wallet_api::doctest_helper_json_rpc_owner_assert_response!( From 48b2fad34d7c3a68484881460c402f94ebf1560c Mon Sep 17 00:00:00 2001 From: Quentin Le Sceller Date: Thu, 14 Jan 2021 16:30:39 -0500 Subject: [PATCH 2/3] Fix --- api/src/foreign_rpc.rs | 2 +- api/src/owner_rpc.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/src/foreign_rpc.rs b/api/src/foreign_rpc.rs index 3291050f4..8fc3a622c 100644 --- a/api/src/foreign_rpc.rs +++ b/api/src/foreign_rpc.rs @@ -114,7 +114,7 @@ pub trait ForeignRpc { fn build_coinbase(&self, block_fees: &BlockFees) -> Result; /** - ;Networked version of [Foreign::receive_tx](struct.Foreign.html#method.receive_tx). + ;Networked version of [Foreign::receive_tx](struct.Foreign.html#method.receive_tx). # Json rpc example diff --git a/api/src/owner_rpc.rs b/api/src/owner_rpc.rs index 2db3bc4e7..327b67f57 100644 --- a/api/src/owner_rpc.rs +++ b/api/src/owner_rpc.rs @@ -359,7 +359,7 @@ pub trait OwnerRpc { ) -> Result<(bool, WalletInfo), ErrorKind>; /** - ;Networked version of [Owner::init_send_tx](struct.Owner.html#method.init_send_tx). + ;Networked version of [Owner::init_send_tx](struct.Owner.html#method.init_send_tx). ``` # grin_wallet_api::doctest_helper_json_rpc_owner_assert_response!( @@ -418,7 +418,7 @@ pub trait OwnerRpc { fn init_send_tx(&self, token: Token, args: InitTxArgs) -> Result; /** - ;Networked version of [Owner::issue_invoice_tx](struct.Owner.html#method.issue_invoice_tx). + ;Networked version of [Owner::issue_invoice_tx](struct.Owner.html#method.issue_invoice_tx). ``` # grin_wallet_api::doctest_helper_json_rpc_owner_assert_response!( From d481d10b3c64b0c42a2f0e265cc407406e5a7144 Mon Sep 17 00:00:00 2001 From: Quentin Le Sceller Date: Thu, 14 Jan 2021 16:42:19 -0500 Subject: [PATCH 3/3] Fix again --- api/src/owner_rpc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/owner_rpc.rs b/api/src/owner_rpc.rs index 327b67f57..f5533051d 100644 --- a/api/src/owner_rpc.rs +++ b/api/src/owner_rpc.rs @@ -469,7 +469,7 @@ pub trait OwnerRpc { ) -> Result; /** - Networked version of [Owner::process_invoice_tx](struct.Owner.html#method.process_invoice_tx). + ;Networked version of [Owner::process_invoice_tx](struct.Owner.html#method.process_invoice_tx). ``` # grin_wallet_api::doctest_helper_json_rpc_owner_assert_response!(