Gregory Sanders
Gregory Sanders
In a few keys spots, PSBT finality is checked by looking for non-empty witness data. This complicates a couple things: 1) Empty data can be valid in certain cases 2)...
PNG says SHA356 instead of SHA256 https://github.com/lnbook/lnbook/blob/develop/images/mtln_aa01.png
made it hard to send when the sending wallet didn't let me know there were spaces
I can't take a screenshot of QR code for posting anywhere without showing my LN balance
I read it as "both types accepted" and couldn't find the definition of the signature format for non-p2pkh scripts, leading me to reread this section again after reading the BIP322....
I find it difficult to reason about as-written, even if implicitly it may be correct. cc @ajtowns
To me at least, 1-byte push could include `0x01` followed by the version number.
In the current logic, `CAssetIssuance`'s `assetBlindingNonce` being null implies that the issuance is an initial issuance. When re-issuing, this field is re-used to expose the asset blinder for the spent...
Currently all keys except the blinding derivation key are generated via HD wallet. Using `GenerateNewKey` would enable HD derivation of that key making backups easier, and would allow us to...