mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Small cleanups.
This commit is contained in:
@@ -28,7 +28,7 @@ protected:
|
|||||||
TransactionType mType;
|
TransactionType mType;
|
||||||
STVariableLength mSignature;
|
STVariableLength mSignature;
|
||||||
STObject mMiddleTxn, mInnerTxn;
|
STObject mMiddleTxn, mInnerTxn;
|
||||||
TransactionFormat* mFormat;
|
const TransactionFormat* mFormat;
|
||||||
|
|
||||||
SerializedTransaction* duplicate() const { return new SerializedTransaction(*this); }
|
SerializedTransaction* duplicate() const { return new SerializedTransaction(*this); }
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ private:
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
BN_CTX* pctx;
|
BN_CTX* pctx;
|
||||||
BN_CTX* operator=(BN_CTX* pnew) { return pctx = pnew; }
|
CAutoBN_CTX& operator=(BN_CTX* pnew) { pctx = pnew; return *this; }
|
||||||
|
|
||||||
public:
|
public:
|
||||||
CAutoBN_CTX()
|
CAutoBN_CTX()
|
||||||
|
|||||||
Reference in New Issue
Block a user