From fba3ed7b4d73b6cb903176ec9a7048e1b70b6ed0 Mon Sep 17 00:00:00 2001 From: vyzo Date: Sat, 29 Aug 2020 15:56:31 +0300 Subject: [PATCH] update documentation about priority addresses --- documentation/en/mpool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/en/mpool.md b/documentation/en/mpool.md index bbb7f2440..65e7ce2d7 100644 --- a/documentation/en/mpool.md +++ b/documentation/en/mpool.md @@ -133,7 +133,7 @@ type MpoolConfig struct { The meaning of these fields is as follows: - `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 when they produce a new block. Default is empty.