@1sat/cli 0.0.64 → 0.0.65

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1sat/cli",
3
- "version": "0.0.64",
3
+ "version": "0.0.65",
4
4
  "description": "CLI for 1Sat Ordinals SDK",
5
5
  "type": "module",
6
6
  "main": "./src/cli.ts",
@@ -274,7 +274,7 @@ async function runWithStorage(
274
274
  ? undefined
275
275
  : await startWalletServer(resolved, walletResult, accounts)
276
276
 
277
- if (mode !== 'wallet' && accounts) {
277
+ if (mode !== 'wallet') {
278
278
  const accountsCfg = resolved.accounts
279
279
  const r = accountsCfg.repricer
280
280
  if (