mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Buglets found by static code inspection, including a whopper in divRound.
Conflicts: src/cpp/ripple/NetworkOPs.cpp
This commit is contained in:
@@ -62,7 +62,7 @@ Transaction::Transaction(
|
||||
uint32 uSeq,
|
||||
const STAmount& saFee,
|
||||
uint32 uSourceTag) :
|
||||
mAccountFrom(naSourceAccount), mFromPubKey(naPublicKey), mStatus(NEW), mResult(temUNCERTAIN)
|
||||
mAccountFrom(naSourceAccount), mFromPubKey(naPublicKey), mInLedger(0), mStatus(NEW), mResult(temUNCERTAIN)
|
||||
{
|
||||
assert(mFromPubKey.isValid());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user