Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13115721
D4458.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
438 B
Subscribers
None
D4458.diff
View Options
diff --git a/src/bitcoin-tx.cpp b/src/bitcoin-tx.cpp
--- a/src/bitcoin-tx.cpp
+++ b/src/bitcoin-tx.cpp
@@ -859,7 +859,9 @@
try {
int ret = AppInitRawTx(argc, argv);
- if (ret != CONTINUE_EXECUTION) return ret;
+ if (ret != CONTINUE_EXECUTION) {
+ return ret;
+ }
} catch (const std::exception &e) {
PrintExceptionContinue(&e, "AppInitRawTx()");
return EXIT_FAILURE;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 1, 11:52 (3 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5187710
Default Alt Text
D4458.diff (438 B)
Attached To
D4458: Add brace in bitcoin-tx.cpp
Event Timeline
Log In to Comment