@bsv/wallet-toolbox-client 2.6.3 → 2.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/out/index.client.cjs
CHANGED
|
@@ -33462,7 +33462,7 @@ var WalletPermissionsManager = class WalletPermissionsManager {
|
|
|
33462
33462
|
basket: basketName,
|
|
33463
33463
|
tags
|
|
33464
33464
|
}],
|
|
33465
|
-
options: { acceptDelayedBroadcast:
|
|
33465
|
+
options: { acceptDelayedBroadcast: false }
|
|
33466
33466
|
}, this.adminOriginator);
|
|
33467
33467
|
}
|
|
33468
33468
|
async mapWithConcurrency(items, concurrency, fn) {
|
|
@@ -33526,7 +33526,7 @@ var WalletPermissionsManager = class WalletPermissionsManager {
|
|
|
33526
33526
|
await this.createAction({
|
|
33527
33527
|
description: `Grant ${built.length} permissions`,
|
|
33528
33528
|
outputs: built.map((b) => b.output),
|
|
33529
|
-
options: { acceptDelayedBroadcast:
|
|
33529
|
+
options: { acceptDelayedBroadcast: false }
|
|
33530
33530
|
}, this.adminOriginator);
|
|
33531
33531
|
return built.map((b) => b.request);
|
|
33532
33532
|
}, strict);
|