[5.0.x] Fix doctest (#578) (#592)

* Temp fix for CI
This commit is contained in:
Quentin Le Sceller 2021-03-05 12:13:19 -05:00 committed by GitHub
parent a4c82b99d2
commit b4abb5921e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -114,7 +114,7 @@ pub trait ForeignRpc {
fn build_coinbase(&self, block_fees: &BlockFees) -> Result<VersionedCoinbase, ErrorKind>;
/**
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

View file

@ -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<VersionedSlate, ErrorKind>;
/**
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<VersionedSlate, ErrorKind>;
/**
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!(