Fix the sig parsing in narinfo parsing code #3
Loading…
Reference in a new issue
No description provided.
Delete branch "fix-sig-parsing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Unlike references, multiple signatures are stored as separate key-value pairs. Previously this crate assumed that narinfo sigs were stored as a single key, separated by spaces.
I forgot about the serialization code 💀
lgbt