Add two more files to module ripple_ledger

This commit is contained in:
Vinnie Falco
2013-05-22 14:33:32 -07:00
parent 5615bd230d
commit cda1431e5b
3 changed files with 12 additions and 15 deletions

View File

@@ -1,6 +1,4 @@
#include "CanonicalTXSet.h"
bool CanonicalTXKey::operator<(const CanonicalTXKey& key) const
{
if (mAccount < key.mAccount) return true;