mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Bugfixes.
This commit is contained in:
@@ -27,7 +27,6 @@ Transaction::Transaction(const NewcoinAddress& naPublicKey, const NewcoinAddress
|
||||
mTransaction->setSourceAccount(mAccountFrom);
|
||||
|
||||
mTransaction->setSequence(iSeq);
|
||||
assert(mTransaction->getSequence() != 0);
|
||||
|
||||
mTransaction->setTransactionFee(100); // for now
|
||||
|
||||
|
||||
Reference in New Issue
Block a user