koilib 5.5.1 → 5.5.2

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/dist/koinos.js CHANGED
@@ -24604,7 +24604,7 @@ class Transaction {
24604
24604
  async send(options) {
24605
24605
  const opts = {
24606
24606
  ...this.options,
24607
- options,
24607
+ ...options,
24608
24608
  };
24609
24609
  if (!this.transaction.id)
24610
24610
  await this.prepare();