From 023c5cc15c5376cbab5cb1e107d290a0b08efde6 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 27 Mar 2024 22:30:27 -0600 Subject: [PATCH] fix(types): add Promise<> to async definition --- dashwallet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashwallet.js b/dashwallet.js index 9a6eb55..01568cc 100644 --- a/dashwallet.js +++ b/dashwallet.js @@ -288,7 +288,7 @@ * Find a friend's xpub key * @callback FindPayWallets * @param {FindFriendOpts} opts - * @returns {Array} - wallets matching this friend + * @returns {Promise>} - wallets matching this friend * * @typedef FindFriendOpts * @prop {String} handle