Skip to content

Commit

Permalink
Add deprecated comment in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
benzumbrunn committed May 16, 2021
1 parent f7f8553 commit cff7bbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/docs/jellyfish/api/mining.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ Get minting-related information.

```ts title="client.mining.getMintingInfo()"
interface mining {
/**
* @deprecated prefer getMiningInfo for multiple masternode support.
*/
getMintingInfo (): Promise<MintingInfo>
}

Expand Down

0 comments on commit cff7bbd

Please sign in to comment.