neo-go/pkg/core/dao
Roman Khimov 5616585697 block/dao: simplify trimming, avoid allocations
The only user of (*Block).Trim() is in DAO and it already has a nice buffer
usually, so creating another one makes no sense. It also simplifies error
handling a lot.
2022-03-18 10:49:25 +03:00
..
dao.go block/dao: simplify trimming, avoid allocations 2022-03-18 10:49:25 +03:00
dao_test.go storage: drop (KeyPrefix).Bytes() API 2022-02-18 15:19:57 +03:00