Fix extraneous offer creation.

This commit is contained in:
Arthur Britto
2012-12-15 16:48:46 -08:00
parent 65bb4a8941
commit 0bc4a7b1e2
5 changed files with 15 additions and 3 deletions

View File

@@ -7,6 +7,7 @@
#include "Log.h"
SETUP_LOG();
DECLARE_INSTANCE(LedgerEntrySetEntry);
DECLARE_INSTANCE(LedgerEntrySet)
@@ -1284,4 +1285,5 @@ void LedgerEntrySet::accountSend(const uint160& uSenderID, const uint160& uRecei
rippleSend(uSenderID, uReceiverID, saAmount);
}
}
// vim:ts=4