ethicnology / dart-nostr

nostr library in dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inconsitency in events is breaking tags

ryzizub opened this issue · comments

I found couple of nostr events have empty tags like

"tags": [ [ "e", "68ae015bf4833a6ff0ed86564c5afaa65c31791d35e8432755535d02eafc4375" ], [ "e", "de2d85a00a52ceb25f3cfc41e22d927f6166250f210f928e2552b97c0bd66dcf" ], [ "p", "052acd328f1c1d48e86fff3e34ada4bfc60578116f4f68f296602530529656a2", "" ]

unfortunately thats breaking cast cause its making child another list

Error

I will send a PR to fix this, cause small inconsitency should not break this

this can be also fixed by #10