Fix control flow issue.
authorCryptoManiac <balthazar@yandex.ru>
Mon, 2 May 2016 17:58:08 +0000 (20:58 +0300)
committerCryptoManiac <balthazar@yandex.ru>
Mon, 2 May 2016 17:58:08 +0000 (20:58 +0300)
commit45f11251a5d0f237161e864c4ad873a7cb62ace6
treedff94f00d1a0bc16444a08627ee03c21a10f6bc2
parentca8b5e0edc8be86db2b7f010a1a3d1ca7e480911
Fix control flow issue.

Since the loop increment ++mi was unreachable, the loop body never executed more than once.
src/keystore.cpp
src/keystore.h