Extra debug.

This commit is contained in:
JoelKatz
2011-12-13 12:18:25 -08:00
parent 724a74e9f1
commit ffadf48d67

View File

@@ -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);
}