Skip to content

Commit

Permalink
SendCoinsFragment: Make wallet name resolution never throw.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schildbach committed Sep 30, 2016
1 parent 9426afa commit 078f3fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ public Cursor loadInBackground()
{
log.info("error looking up wallet name '" + constraint + "': " + x.getMessage());
}
catch (final Exception x)
catch (final Throwable x)
{
log.info("error looking up wallet name", x);
}
Expand Down

0 comments on commit 078f3fc

Please sign in to comment.