update documentation about priority addresses

This commit is contained in:
vyzo 2020-08-29 15:56:31 +03:00
parent 648130eec5
commit fba3ed7b4d

View File

@ -133,7 +133,7 @@ type MpoolConfig struct {
The meaning of these fields is as follows: The meaning of these fields is as follows:
- `PriorityAddrs` -- these are the addresses of actors whose pending messages should always - `PriorityAddrs` -- these are the addresses of actors whose pending messages should always
be included in a block during message selection, regardless of profitability. be included in a block during message selection, as long as they are profitable.
Miners should configure their own worker addresses so that they include their own messages Miners should configure their own worker addresses so that they include their own messages
when they produce a new block. when they produce a new block.
Default is empty. Default is empty.