@1sat/wallet-toolbox 0.0.60 → 0.0.61
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.
|
@@ -139,6 +139,7 @@ export class OneSatServices {
|
|
|
139
139
|
}
|
|
140
140
|
async postBeef(beef, txids) {
|
|
141
141
|
console.log("[OneSatServices] postBeef called with txids:", txids);
|
|
142
|
+
console.log("[OneSatServices] BEEF structure:\n" + beef.toLogString());
|
|
142
143
|
const results = [];
|
|
143
144
|
for (const txid of txids) {
|
|
144
145
|
try {
|