diff --git a/api/src/foreign_rpc.rs b/api/src/foreign_rpc.rs index b3d6ab9e..37b2f54b 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 3af1efb5..f5533051 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!(