mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-03-09 19:34:29 +00:00
It doesn't change anything logically, but transfer GC needs to have current block timestamp for its logic and if we're delaying it with MPT GC it can more often fail to obtain it: 2025-01-13T16:15:18.311+0300 ERROR failed to get block timestamp transfer GC {"time": "1.022µs", "index": 20000} It's not critical, this garbage can still be collected on the next run, but we better avoid this anyway. Refs. #3783. Signed-off-by: Roman Khimov <roman@nspcc.ru> |
||
---|---|---|
.. | ||
compiler | ||
config | ||
consensus | ||
core | ||
crypto | ||
encoding | ||
interop | ||
io | ||
neorpc | ||
neotest | ||
network | ||
rpcclient | ||
services | ||
smartcontract | ||
util | ||
vm | ||
wallet |