openclaw-overlay-plugin 0.8.40 → 0.8.44

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/src/cli.js CHANGED
@@ -134739,7 +134739,8 @@ var init_wallet2 = __esm({
134739
134739
  log("Importing raw transaction");
134740
134740
  const result = await this._setup.wallet.internalizeAction({
134741
134741
  tx: hex,
134742
- // Cast to avoid AtomicBEEF vs string mismatch in older SDK versions
134742
+ outputs: [],
134743
+ // Required field, empty array lets the wallet auto-detect relevant outputs
134743
134744
  description: "manual import"
134744
134745
  });
134745
134746
  return { success: result.accepted, txid: result.txid || "" };