Skip to content

Commit

Permalink
fix(types): add Promise<> to async definition
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed Mar 28, 2024
1 parent 8be4334 commit 023c5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashwallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
* Find a friend's xpub key
* @callback FindPayWallets
* @param {FindFriendOpts} opts
* @returns {Array<PayWallet>} - wallets matching this friend
* @returns {Promise<Array<PayWallet>>} - wallets matching this friend
*
* @typedef FindFriendOpts
* @prop {String} handle
Expand Down

0 comments on commit 023c5cc

Please sign in to comment.