Commit Graph

4 Commits (master)

Author SHA1 Message Date
Boris Nagaev 551e2a056a
lint: update configs, golangci-lint to v1.59.0
Remove deprecated and deactivated linters from .golangci.yml.

Ignore too noisy linters: protogetter, depguard, mnd.

Fix linter warnings.

Use timeout instead of deadline in .golangci.yml.
2 days ago
Oliver Gugger 32fd44dbe1
signpsbt: allow signing multiple inputs
This commit fixes an issue where the signpsbt sub command was only able
to sign for a single input.
To avoid attempting to double sign an input that already has a partial
signature, we also add a check instead of erroring out.
3 days ago
Oliver Gugger 7f840cf03b
signpsbt+lnd: fix signing for P2WKH 2 months ago
Oliver Gugger 9f8484bb89
cmd/chantools: add signpsbt subcommand 3 months ago