mirror of
https://github.com/btcsuite/btcd.git
synced 2026-08-13 12:32:51 +02: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
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue