hyperledger-archives / iroha

Iroha - A simple, decentralized ledger
http://iroha.tech
Apache License 2.0
988 stars 298 forks source link

removed block copy in BlocksQuery #2177

Closed MBoldyrev closed 5 years ago

MBoldyrev commented 5 years ago

Signed-off-by: Mikhail Boldyrev miboldyrev@gmail.com

Description of the Change

Avoid an unneeded block copying in blocks query.

Benefits

Less resources wasted.

Possible Drawbacks