mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-06 19:06:42 +01:00
Add pending L1 txs to API
This commit is contained in:
@@ -32,6 +32,7 @@ type NetworkAPI struct {
|
||||
LastBatch *BatchAPI `json:"lastBatch"`
|
||||
CurrentSlot int64 `json:"currentSlot"`
|
||||
NextForgers []NextForgerAPI `json:"nextForgers"`
|
||||
PendingL1Txs int `json:"pendingL1Transactions"`
|
||||
}
|
||||
|
||||
// NodePublicConfig is the configuration of the node that is exposed via API
|
||||
|
||||
Reference in New Issue
Block a user