Page MenuHomePhabricator

D4458.diff
No OneTemporary

D4458.diff

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

Mime Type
text/plain
Expires
Sat, Mar 1, 11:52 (6 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5187710
Default Alt Text
D4458.diff (438 B)

Event Timeline