Skip to content

Commit 757c30f

Browse files
Merge pull request #399 from letreturn/master
chore: fix inconsistent struct field name[skip ci]
2 parents 9599ad5 + cee89ea commit 757c30f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

onchain/bitcoin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ type BitcoinOnChain struct {
5858
// should already be running.
5959
estimator Estimator
6060

61-
// fallbackFeeRateSatPerVb is the fee rate that is used to calculate the
61+
// fallbackFeeRateSatPerKw is the fee rate that is used to calculate the
6262
// fee of a transaction if the Estimator returned an error.
6363
fallbackFeeRateSatPerKw btcutil.Amount
6464
}

0 commit comments

Comments
 (0)