We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c30101 commit ebd44abCopy full SHA for ebd44ab
sweep/sweeper.go
@@ -198,6 +198,8 @@ func (s *Sweeper) GetSweepFee(ctx context.Context,
198
weightEstimate.AddP2SHOutput()
199
case *btcutil.AddressPubKeyHash:
200
weightEstimate.AddP2PKHOutput()
201
+ case *btcutil.AddressTaproot:
202
+ weightEstimate.AddP2TROutput()
203
default:
204
return 0, fmt.Errorf("unknown address type %T", destAddr)
205
}
0 commit comments