mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-21 02:58:28 +00:00
This changes the Pop method to assign the zero value before reducing slice size. Doing so ensures the backing array does not reference removed item values.