Skip to content

Fix confirm unicity

Thomas Binétruy-Pic requested to merge fix-confirm-tx-unicity into master

in djwebdapp.provider.index, we pass the level. Since we index from the earliest caller level which we pass explicitly, we can end up indexing twice the same tx (hash-counter-nonce triplet) on different levels.

Merge request reports