Commit Graph

8 Commits (master)

Author SHA1 Message Date
ziggie 78c41b4acf
zombierecovery-makeoffer: fix witness data for psbt package.
We need to make sure we populate all the necessary
witness/nonwitness because for taproot inputs we need the prevout
so we check for it in the hashcash creation.
3 months ago
Oliver Gugger 79f65bb1a1
zombierecovery: add --matchonly flag to makeoffer
With this commit we make it possible to just check whether two lists of
public keys can match the given channels and derive the 2-of-2 multisig
channel funding address.
3 months ago
Oliver Gugger 4e0c5ada63
multi: update repo/module from github.com/{guggero => lightninglabs}/chantools 11 months ago
sputn1ck 4b804f7024
multi: fix overflow on feerate
As we multiply the feerate by 1000, if the uint16 feerate is set higher
than 66 we would encounter an overflow and as such we could never
have a higher feerate than 65.
11 months ago
Oliver Gugger abeca5fcd8
multi: fix linter issues 2 years ago
Oliver Gugger aad53a2f3c
multi: update to lnd v0.15.0-beta 2 years ago
Oliver Gugger a239f944d6
multi: update lnd dependency to v0.14.1-beta 2 years ago
Oliver Gugger af356685c1
zombierecovery: add new commands for zombie channel recovery 3 years ago