verify: debug mode (-vv) prints useful info about event serialization.

This commit is contained in:
fiatjaf
2026-04-23 22:06:13 -03:00
parent 25d2045640
commit a152d7f633
4 changed files with 28 additions and 14 deletions

4
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/fiatjaf/nak
go 1.25
require (
fiatjaf.com/nostr v0.0.0-20260419231400-94ea4328184f
fiatjaf.com/nostr v0.0.0-20260424011647-744fb0702ced
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/bep/debounce v1.2.1
github.com/btcsuite/btcd/btcec/v2 v2.3.6
@@ -111,5 +111,3 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
rsc.io/qr v0.2.0 // indirect
)
replace fiatjaf.com/nostr => ../nostrlib