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