Prepares for HF1 output target types (TxOutMultisig, TxOutHTLC). All call sites updated to type-assert TxOutToKey where needed. Modified files: - types/transaction.go: TxOutputBare.Target is now TxOutTarget - wire/transaction.go: encode/decode use type switch on target - chain/ring.go: type-assert target to TxOutToKey for key extraction - wallet/scanner.go: type-assert target before key comparison - tui/explorer_model.go: type-assert target for display - wire/transaction_test.go: type-assert in assertions - wallet/builder_test.go: type-assert in assertions Co-Authored-By: Charon <charon@lethean.io> |
||
|---|---|---|
| .. | ||
| explorer_model.go | ||
| explorer_model_test.go | ||
| keyhints_model.go | ||
| keyhints_model_test.go | ||
| messages.go | ||
| node.go | ||
| node_test.go | ||
| status_model.go | ||
| status_model_test.go | ||