Whitespace fix.

This commit is contained in:
JoelKatz
2012-03-28 15:10:14 -07:00
parent 8ef67e3c3a
commit 3ed2d39003

View File

@@ -130,7 +130,6 @@ Transaction::Transaction(const NewcoinAddress& fromID, const NewcoinAddress& toI
mTransaction->setValueFieldU64(sfAmount, amount);
updateID();
}
bool Transaction::sign(LocalAccount::pointer fromLocalAccount)
{