Open camaral opened 1 year ago
I am trying to be more resilient when parsing the User's Balance file, so we don't need to be strict on the format. At the same time I am unifying the leaf hash generation, to make sure that both createMerkle() and verifyMerkle() use the same code.
createMerkle()
verifyMerkle()
I am trying to be more resilient when parsing the User's Balance file, so we don't need to be strict on the format. At the same time I am unifying the leaf hash generation, to make sure that both
createMerkle()
andverifyMerkle()
use the same code.