mirror of
https://github.com/btcsuite/btcd.git
synced 2024-11-19 01:40:07 +01:00
chore: fix some comments for struct field (#2214)
Signed-off-by: linghuying <1599935829@qq.com>
This commit is contained in:
parent
2134387ba8
commit
ff2e03e112
@ -105,7 +105,7 @@ type Config struct {
|
||||
// This can be nil if the address index is not enabled.
|
||||
AddrIndex *indexers.AddrIndex
|
||||
|
||||
// FeeEstimatator provides a feeEstimator. If it is not nil, the mempool
|
||||
// FeeEstimator provides a feeEstimator. If it is not nil, the mempool
|
||||
// records all new transactions it observes into the feeEstimator.
|
||||
FeeEstimator *FeeEstimator
|
||||
}
|
||||
|
@ -29,7 +29,7 @@ type Policy struct {
|
||||
// generating a block template.
|
||||
BlockMaxWeight uint32
|
||||
|
||||
// BlockMinWeight is the minimum block size to be used when generating
|
||||
// BlockMinSize is the minimum block size to be used when generating
|
||||
// a block template.
|
||||
BlockMinSize uint32
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user