mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add path expansion to transaction engine.
This commit is contained in:
@@ -526,7 +526,7 @@ public:
|
||||
typeCurrency = 0x10, // Currency follows.
|
||||
typeIssuer = 0x20, // Issuer follows.
|
||||
typeBoundary = 0xFF, // Boundary between alternate paths.
|
||||
typeStrayBits = 0xC0, // Bits that must be zero.
|
||||
typeValidBits = 0x3E, // Bits that may be non-zero.
|
||||
};
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user