@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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1sat/wallet-toolbox",
3
- "version": "0.0.60",
3
+ "version": "0.0.61",
4
4
  "description": "BSV wallet library extending @bsv/wallet-toolbox with 1Sat Ordinals protocol support",
5
5
  "author": "1Sat Team",
6
6
  "license": "MIT",