openclaw-overlay-plugin 0.8.37 → 0.8.40

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,7 @@ 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
134743
  description: "manual import"
134743
134744
  });
134744
134745
  return { success: result.accepted, txid: result.txid || "" };