mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 11:26:44 +01:00
Update TxID to avoid collisions on DB (fix #503)
This commit is contained in:
@@ -31,7 +31,7 @@ const (
|
||||
TxIDPrefixL2Tx = byte(2)
|
||||
|
||||
// TxIDLen is the length of the TxID byte array
|
||||
TxIDLen = 12
|
||||
TxIDLen = 33
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user