Skip to content

Commit

Permalink
Update packages/jellyfish-api-core/src/category/mining.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Fuxing Loh <[email protected]>
Signed-off-by: DrPing <[email protected]>
  • Loading branch information
DocteurPing and fuxingloh authored Feb 1, 2023
1 parent d788a72 commit c92a562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jellyfish-api-core/src/category/mining.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class Mining {
* See https://en.bitcoin.it/wiki/BIP_0022 for full specification.
*
* @param {string} hexdata the hex-encoded block data to submit
* @param {string} dummy dummy value, for compatibility with BIP22. This value is ignored.
* @param {string} dummy value, for compatibility with BIP22. This value is ignored.
* @returns {Promise<void>}
*/
async submitBlock (hexdata: string, dummy: string = ''): Promise<void> {
Expand Down

0 comments on commit c92a562

Please sign in to comment.