You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current chain limit is 2^^32, which is ridiculously high. We could instead use an uint8_t as the chain counter, thus limiting it to 256 entries. While this is still rather high, it is a much more sensible value than the old one.
The text was updated successfully, but these errors were encountered:
The current chain limit is
2^^32
, which is ridiculously high. We could instead use anuint8_t
as the chain counter, thus limiting it to 256 entries. While this is still rather high, it is a much more sensible value than the old one.The text was updated successfully, but these errors were encountered: