1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-22 20:42:03 +00:00

fixup! feat(core): add Zcash shielded transactions

This commit is contained in:
Tomas Krnak 2022-11-18 13:03:32 +07:00
parent 0b0eee0ab4
commit 98c0f06647

View File

@ -50,7 +50,7 @@ class Sinsemilla:
S = group_hash("z.cash:SinsemillaS", i2leosp(32, index))
acc = self.acc
self.acc = iadd(iadd(acc, S), acc)
self.buffer = []
self.buffer.clear()
def finalize(self):
if len(self.buffer) > 0: