Add path expansion to transaction engine.

This commit is contained in:
Arthur Britto
2012-08-03 14:57:52 -07:00
parent 42bd29c212
commit 1a6a6231cc
4 changed files with 98 additions and 17 deletions

View File

@@ -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: