mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Clean and harden Transaction.
* Replace boolean parameter with enumerated type. * Get rid of std::ref. * 80-column cleanups. * Replace an std::bin with a lambda.
This commit is contained in:
committed by
Vinnie Falco
parent
f54280aaad
commit
4241dbb600
@@ -381,7 +381,7 @@ Json::Value transactionSign (
|
||||
|
||||
try
|
||||
{
|
||||
tpTrans = std::make_shared<Transaction> (stpTrans, false);
|
||||
tpTrans = std::make_shared<Transaction> (stpTrans, Validate::NO);
|
||||
}
|
||||
catch (std::exception&)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user