Skip to content

Commit

Permalink
wallet: doc fix for batch finalize.
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed Apr 18, 2024
1 parent f2634ea commit ce046f8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/wallet/wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -4266,7 +4266,7 @@ class Wallet extends EventEmitter {
* Create and send a finalize
* MTX without a lock.
* @param {String} name
* @param {Object} options
* @param {Object} [options]
*/

async _sendFinalize(name, options) {
Expand All @@ -4282,7 +4282,7 @@ class Wallet extends EventEmitter {
* Create and send a finalize
* MTX with a lock.
* @param {String} name
* @param {Object} options
* @param {Object} [options]
*/

async sendFinalize(name, options) {
Expand All @@ -4298,7 +4298,7 @@ class Wallet extends EventEmitter {
* Create and finalize a finalize batch
* without a lock.
* @param {String[]} names
* @param {Object} options
* @param {Object} [options]
* @returns {Promise<BatchResponse>}
*/

Expand Down Expand Up @@ -4337,7 +4337,7 @@ class Wallet extends EventEmitter {
* Create and finalize a finalize batch
* with a lock.
* @param {String[]} names
* @param {Object} options
* @param {Object} [options]
* @returns {Promise<BatchResponse>}
*/

Expand All @@ -4354,7 +4354,7 @@ class Wallet extends EventEmitter {
* Create and send batch finalizes
* without a lock.
* @param {String[]} names
* @param {Object} options
* @param {Object} [options]
* @returns {Promise<BatchSendResponse>}
*/

Expand Down Expand Up @@ -4385,7 +4385,7 @@ class Wallet extends EventEmitter {
* Create and send batch finalizes
* with a lock.
* @param {String[]} names
* @param {Object} options
* @param {Object} [options]
* @returns {Promise<BatchSendResponse>}
*/

Expand Down

0 comments on commit ce046f8

Please sign in to comment.