mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
43b09a7f55
Also added a better way to copy and the hasher
6 lines
71 B
Go
6 lines
71 B
Go
package merkle_tree
|
|
|
|
func init() {
|
|
globalHasher = newMerkleHasher()
|
|
}
|