mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 17:44:29 +00:00
6 lines
71 B
Go
6 lines
71 B
Go
|
package merkle_tree
|
||
|
|
||
|
func init() {
|
||
|
globalHasher = newMerkleHasher()
|
||
|
}
|