alloy-rs / trie

Fast Merkle-Patricia Trie (MPT) state root calculator and proof generator for prefix-sorted nibbles
Apache License 2.0
74 stars 26 forks source link

chore: fix loop span #6

Closed rkrasiuk closed 6 months ago

rkrasiuk commented 6 months ago

Description

Span::record does not override the existing field value, but appends the duplicate field entry instead.