bitcoinjs / bolt11

A library for encoding and decoding lightning network payment requests as defined in BOLT #11.
MIT License
92 stars 64 forks source link

Add Signet Parsing by Default #72

Closed thebrandonlucas closed 2 months ago

thebrandonlucas commented 2 months ago

Simple change to add signet parsing by default. You could add custom networks as in here, but there's no reason to have it not parse signet by default. This allows packages that use this library to parse signet without refactoring

junderw commented 2 months ago

I think you meant to point at another fork?

thebrandonlucas commented 2 months ago

@junderw Apologies, yes. Here is the updated pull request with the right fork: #73