Always return true if AppInitMain got to the end
commit07c483895d219d4c44bd8fec5167a53f4701c364
authorMatt Corallo <git@bluematt.me>
Tue, 5 Dec 2017 15:39:44 +0000 (5 10:39 -0500)
committerMatt Corallo <git@bluematt.me>
Tue, 5 Dec 2017 15:39:44 +0000 (5 10:39 -0500)
treecaff3d8e538aa88bf7419e704c9af6235c33a1b6
parent91eeaa03354bbb4ee79d6defaffaef2b32ecbe29
Always return true if AppInitMain got to the end

This should fix a very rare travis failure in zapwallettxes, but
is also more correct, as you can currently race
ReacceptWalletTransactions with stop RPC calls to get bitcoind to
(IMO) eroneously return a non-0 exit code.
src/init.cpp