Skip to content

Commit

Permalink
simplewallet returns 0 when no error
Browse files Browse the repository at this point in the history
  • Loading branch information
Neozaru committed May 28, 2014
1 parent d2f4450 commit 506fd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simplewallet/simplewallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,6 @@ int main(int argc, char* argv[])

w.deinit();
}
return 1;
return 0;
//CATCH_ENTRY_L0("main", 1);
}

0 comments on commit 506fd37

Please sign in to comment.