This commit is contained in:
alex.sharov 2021-08-21 15:25:53 +07:00
parent 8170635b5c
commit ee04be5cf3

View File

@ -93,7 +93,7 @@ const PendingSubPoolLimit = 1024
const BaseFeeSubPoolLimit = 1024
const QueuedSubPoolLimit = 1024
const MaxSendersInfoCache = 1024
const MaxSendersInfoCache = 2 * (PendingSubPoolLimit + BaseFeeSubPoolLimit + QueuedSubPoolLimit)
type nonce2Tx struct{ *btree.BTree }