openclaw-overlay-plugin 0.8.37 → 0.8.42

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,6 +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
+ outputs: [],
134743
+ // Required field, empty array lets the wallet auto-detect relevant outputs
134742
134744
  description: "manual import"
134743
134745
  });
134744
134746
  return { success: result.accepted, txid: result.txid || "" };