Skip to content

Commit 521b59a

Browse files
committed
lint
1 parent 30907a4 commit 521b59a

File tree

1 file changed

+1
-1
lines changed
  • packages/bitcore-wallet-service/src/lib

1 file changed

+1
-1
lines changed

packages/bitcore-wallet-service/src/lib/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2575,7 +2575,7 @@ export class WalletService implements IWalletService {
25752575
* @param {string} opts.memo - Optional. Solana transaction memo
25762576
* @param {number} opts.decimals - Optional. Numbet of decimal of a desited token
25772577
* @param {string} opts.fromAta - Optional. ATA addres of the sender (Solana)
2578-
* * @param {number} opts.numSignatures - Optional. Number of signatures required for the transation. For Solana fee calculation.
2578+
* @param {number} opts.numSignatures - Optional. Number of signatures required for the transation. For Solana fee calculation.
25792579
* @param {Boolean} opts.refreshOnPublish - Optional. Allows publish function to refresh txp data
25802580
* @returns {TxProposal} Transaction proposal. outputs address format will use the same format as inpunt.
25812581
*/

0 commit comments

Comments
 (0)