mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add ~InboundLedger
This commit is contained in:
@@ -40,6 +40,10 @@ bool InboundLedger::checkLocal ()
|
||||
return false;
|
||||
}
|
||||
|
||||
InboundLedger::~InboundLedger ()
|
||||
{
|
||||
}
|
||||
|
||||
bool InboundLedger::tryLocal ()
|
||||
{
|
||||
// return value: true = no more work to do
|
||||
|
||||
@@ -22,10 +22,7 @@ public:
|
||||
public:
|
||||
InboundLedger (uint256 const& hash, uint32 seq);
|
||||
|
||||
virtual ~InboundLedger ()
|
||||
{
|
||||
;
|
||||
}
|
||||
virtual ~InboundLedger ();
|
||||
|
||||
bool isBase () const
|
||||
{
|
||||
@@ -56,7 +53,7 @@ public:
|
||||
return mSeq;
|
||||
}
|
||||
|
||||
// VFALCO TODO Make thise the Listener / Observer pattern
|
||||
// VFALCO TODO Make this the Listener / Observer pattern
|
||||
bool addOnComplete (FUNCTION_TYPE<void (InboundLedger::pointer)>);
|
||||
|
||||
bool takeBase (const std::string& data);
|
||||
|
||||
Reference in New Issue
Block a user