mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Reformat touched lines with C++11
This commit is contained in:
parent
2e518e313b
commit
bf8a04a165
4 changed files with 214 additions and 132 deletions
|
|
@ -721,8 +721,9 @@ UniValue signrawtransaction(const JSONRPCRequest& request)
|
|||
}
|
||||
}
|
||||
#ifdef ENABLE_WALLET
|
||||
else if (pwallet)
|
||||
else if (pwallet) {
|
||||
EnsureWalletIsUnlocked(pwallet);
|
||||
}
|
||||
#endif
|
||||
|
||||
// Add previous txouts given in the RPC call:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue