Extend TxProcessor documentation and explanation

This commit is contained in:
arnaucube
2021-02-22 17:54:59 +01:00
parent 2e2d5a3c29
commit 97fdbfe037
3 changed files with 82 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
// Package common Float40 provides methods to work with Hermez custom half
// Package common float40.go provides methods to work with Hermez custom half
// float precision, 40 bits, codification internally called Float40 has been
// adopted to encode large integers. This is done in order to save bits when L2
// transactions are published.

View File

@@ -1,4 +1,4 @@
// Package common contains all the common data structures used at the
// Package common zk.go contains all the common data structures used at the
// hermez-node, zk.go contains the zkSnark inputs used to generate the proof
package common