diff --git a/website/docs/jellyfish/api/rawtx.md b/website/docs/jellyfish/api/rawtx.md index 2d8e36b29b..525d9ee1aa 100644 --- a/website/docs/jellyfish/api/rawtx.md +++ b/website/docs/jellyfish/api/rawtx.md @@ -143,8 +143,8 @@ interface rawtx { getRawTransaction (txid: string, verbose: false): Promise getRawTransaction (txid: string, verbose: false, blockHash: string): Promise getRawTransaction (txid: string, verbose: true): Promise - getRawTransaction (txid: string, verbose: true, blockHash: string): Promise - getRawTransaction (txid: string, verbose?: boolean, blockHash?: string): Promise + getRawTransaction (txid: string, verbose: true, blockHash: string): Promise + getRawTransaction (txid: string, verbose?: boolean, blockHash?: string): Promise } interface RawTransactionResult {