mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
Extra debug.
This commit is contained in:
@@ -22,6 +22,7 @@ Transaction::Transaction(TransStatus status, LocalAccount& fromLocalAccount, uin
|
||||
assert(fromLocalAccount.mAmount>=amount);
|
||||
mAccountFrom=fromLocalAccount.getAddress();
|
||||
mFromPubKey=fromLocalAccount.peekPubKey();
|
||||
assert(mFromPubKey);
|
||||
updateFee();
|
||||
sign(fromLocalAccount);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user