diff --git a/lnwallet/size_test.go b/lnwallet/size_test.go index 36dac258..cf8cbb68 100644 --- a/lnwallet/size_test.go +++ b/lnwallet/size_test.go @@ -97,11 +97,11 @@ func TestTxWeightEstimator(t *testing.T) { numP2SHOutputs: 1, }, { - numNestedP2WKHInputs: 1, + numNestedP2WKHInputs: 253, numP2WKHOutputs: 1, }, { - numNestedP2WSHInputs: 1, + numNestedP2WSHInputs: 253, numP2WKHOutputs: 1, }, }