mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Introduce NFT support (XLS020)
This commit is contained in:
committed by
manojsdoshi
parent
525aaecbca
commit
70779f6850
@@ -257,7 +257,7 @@ public:
|
||||
BEAST_EXPECT(shouldBeInvalid == sfInvalid);
|
||||
};
|
||||
testInvalid(STI_VL, 255);
|
||||
testInvalid(STI_HASH256, 255);
|
||||
testInvalid(STI_UINT256, 255);
|
||||
testInvalid(STI_UINT32, 255);
|
||||
testInvalid(STI_VECTOR256, 255);
|
||||
testInvalid(STI_OBJECT, 255);
|
||||
|
||||
Reference in New Issue
Block a user