khipu-io/khipu

merge operation of BlockWorldState

Lbqds opened this issue · 1 comments

Lbqds commented

case (acc, (OnAddress, addresses)) => acc + (OnAddress -> addresses.filter(x => laster.codes.contains(x) || laster.trieStorages.contains(x) || laster.codes.contains(x)))

there are two laster.codes.contains(x) here, one of them should be laster.trieAccounts.logs.contains(x)

Good spot. Fixed. Until official announce, all changes will be git push -f. Thanks