mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 03:16:45 +01:00
Add L1 Queues system for tx generation in Trnskcio
This commit is contained in:
@@ -26,11 +26,11 @@ const (
|
||||
// maxIdxValue is the maximum value that Idx can have (48 bits: maxIdxValue=2**48-1)
|
||||
maxIdxValue = 0xffffffffffff
|
||||
|
||||
// userThreshold determines the threshold from the User Idxs can be
|
||||
userThreshold = 256
|
||||
// UserThreshold determines the threshold from the User Idxs can be
|
||||
UserThreshold = 256
|
||||
// IdxUserThreshold is a Idx type value that determines the threshold
|
||||
// from the User Idxs can be
|
||||
IdxUserThreshold = Idx(userThreshold)
|
||||
IdxUserThreshold = Idx(UserThreshold)
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user