hyperledger-archives / iroha

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

* Add checking of persistent cache on start status stream #2169

Closed muratovv closed 5 years ago

muratovv commented 5 years ago

Signed-off-by: Fedor Muratov muratovfyodor@yandex.ru

Description of the Change

Add fix for status stream initialization. If runtime cache doesn't contain any value we are going to check the persistent cache for the value.

Benefits

Fix misleading behavior.

Possible Drawbacks

Possible to improve tests.