Skip to content

Commit d89ced0

Browse files
[5.0.x] Fix doctest (#578)
* Temp fix for CI
1 parent 6dc571c commit d89ced0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

api/src/foreign_rpc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ pub trait ForeignRpc {
114114
fn build_coinbase(&self, block_fees: &BlockFees) -> Result<VersionedCoinbase, ErrorKind>;
115115

116116
/**
117-
Networked version of [Foreign::receive_tx](struct.Foreign.html#method.receive_tx).
117+
;Networked version of [Foreign::receive_tx](struct.Foreign.html#method.receive_tx).
118118
119119
# Json rpc example
120120

api/src/owner_rpc.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ pub trait OwnerRpc {
359359
) -> Result<(bool, WalletInfo), ErrorKind>;
360360

361361
/**
362-
Networked version of [Owner::init_send_tx](struct.Owner.html#method.init_send_tx).
362+
;Networked version of [Owner::init_send_tx](struct.Owner.html#method.init_send_tx).
363363
364364
```
365365
# grin_wallet_api::doctest_helper_json_rpc_owner_assert_response!(
@@ -418,7 +418,7 @@ pub trait OwnerRpc {
418418
fn init_send_tx(&self, token: Token, args: InitTxArgs) -> Result<VersionedSlate, ErrorKind>;
419419

420420
/**
421-
Networked version of [Owner::issue_invoice_tx](struct.Owner.html#method.issue_invoice_tx).
421+
;Networked version of [Owner::issue_invoice_tx](struct.Owner.html#method.issue_invoice_tx).
422422
423423
```
424424
# grin_wallet_api::doctest_helper_json_rpc_owner_assert_response!(
@@ -469,7 +469,7 @@ pub trait OwnerRpc {
469469
) -> Result<VersionedSlate, ErrorKind>;
470470

471471
/**
472-
Networked version of [Owner::process_invoice_tx](struct.Owner.html#method.process_invoice_tx).
472+
;Networked version of [Owner::process_invoice_tx](struct.Owner.html#method.process_invoice_tx).
473473
474474
```
475475
# grin_wallet_api::doctest_helper_json_rpc_owner_assert_response!(

0 commit comments

Comments
 (0)