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