From d89ced0fd5299d40d6ee6c39cf90cf9a31871e20 Mon Sep 17 00:00:00 2001 From: Quentin Le Sceller Date: Thu, 14 Jan 2021 17:20:21 -0500 Subject: [PATCH] [5.0.x] Fix doctest (#578) * Temp fix for CI --- api/src/foreign_rpc.rs | 2 +- api/src/owner_rpc.rs | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/src/foreign_rpc.rs b/api/src/foreign_rpc.rs index 7759d295b..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 3af1efb54..f5533051d 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!( @@ -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!(