mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 03:16:45 +01:00
Merge pull request #135 from hermeznetwork/feature/synchronizer-sc
Smart Contracts Data Synchronization
This commit is contained in:
@@ -16,6 +16,8 @@ import (
|
||||
"github.com/russross/meddler"
|
||||
)
|
||||
|
||||
// TODO(Edu): Check DB consistency while there's concurrent use from Coordinator/TxSelector & API
|
||||
|
||||
// L2DB stores L2 txs and authorization registers received by the coordinator and keeps them until they are no longer relevant
|
||||
// due to them being forged or invalid after a safety period
|
||||
type L2DB struct {
|
||||
|
||||
Reference in New Issue
Block a user