mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Cosmetic.
This commit is contained in:
@@ -67,14 +67,11 @@ public:
|
|||||||
bool startBlock(int offset);
|
bool startBlock(int offset);
|
||||||
bool endBlock();
|
bool endBlock();
|
||||||
|
|
||||||
|
|
||||||
Data::pointer getIntData();
|
Data::pointer getIntData();
|
||||||
Data::pointer getFloatData();
|
Data::pointer getFloatData();
|
||||||
Data::pointer getUint160Data();
|
Data::pointer getUint160Data();
|
||||||
Data::pointer getAcceptData(int index);
|
Data::pointer getAcceptData(int index);
|
||||||
Data::pointer getContractData(int index);
|
Data::pointer getContractData(int index);
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
} // end namespace
|
} // end namespace
|
||||||
|
|||||||
@@ -14,3 +14,5 @@ Offer::Offer(SerializedLedgerEntry::pointer ledgerEntry) : AccountItem(ledgerEnt
|
|||||||
mTakerPays = mLedgerEntry->getFieldAmount(sfTakerPays);
|
mTakerPays = mLedgerEntry->getFieldAmount(sfTakerPays);
|
||||||
mSeq = mLedgerEntry->getFieldU32(sfSequence);
|
mSeq = mLedgerEntry->getFieldU32(sfSequence);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// vim:ts=4
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
#include "AccountItems.h"
|
#include "AccountItems.h"
|
||||||
|
|
||||||
|
|
||||||
class Offer : public AccountItem
|
class Offer : public AccountItem
|
||||||
{
|
{
|
||||||
RippleAddress mAccount;
|
RippleAddress mAccount;
|
||||||
@@ -21,3 +20,5 @@ public:
|
|||||||
int getSeq(){ return(mSeq); }
|
int getSeq(){ return(mSeq); }
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// vim:ts=4
|
||||||
|
|||||||
@@ -316,3 +316,5 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// vim:ts=4
|
||||||
|
|||||||
@@ -30,6 +30,6 @@ public:
|
|||||||
|
|
||||||
// looks through the best offers to see how much it would cost to take the given amount
|
// looks through the best offers to see how much it would cost to take the given amount
|
||||||
STAmount& getTakePrice(STAmount& takeAmount);
|
STAmount& getTakePrice(STAmount& takeAmount);
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// vim:ts=4
|
||||||
|
|||||||
@@ -1 +1,3 @@
|
|||||||
#include "ScriptData.h"
|
#include "ScriptData.h"
|
||||||
|
|
||||||
|
// vim:ts=4
|
||||||
|
|||||||
@@ -89,5 +89,6 @@ public:
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// vim:ts=4
|
||||||
|
|||||||
Reference in New Issue
Block a user