mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 03:16:45 +01:00
Add idx for txs that creat account, step1
This commit is contained in:
@@ -304,6 +304,7 @@ func TestMain(m *testing.M) {
|
||||
// Insert block into HistoryDB
|
||||
// nolint reason: block is used as read only in the function
|
||||
if err := api.h.AddBlockSCData(&block); err != nil { //nolint:gosec
|
||||
log.Error(err)
|
||||
panic(err)
|
||||
}
|
||||
// Extract data
|
||||
|
||||
Reference in New Issue
Block a user