persistence

This commit is contained in:
alex.sharov 2021-08-25 18:55:01 +07:00
parent a6af35fb41
commit a1c7795034

View File

@ -55,7 +55,7 @@ func (f *Send) SetWaitGroup(wg *sync.WaitGroup) {
const (
// This is the target size for the packs of transactions or announcements. A
// pack can info larger than this if a single transactions exceeds this size.
// pack can get larger than this if a single transactions exceeds this size.
p2pTxPacketLimit = 100 * 1024
)