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/index.js +2 -1
- package/dist/index.js.map +2 -2
- package/dist/src/cli.js +1 -0
- package/dist/src/cli.js.map +2 -2
- package/openclaw.plugin.json +2 -2
- package/package.json +1 -1
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 || "" };
|