prefix Uint384 and Uint512 with Hash in server_definitions (#5231)

This commit is contained in:
Shawn Xie
2026-02-20 03:18:41 +09:00
committed by tequ
parent 17a484ae4a
commit eb9ec41b78

View File

@@ -227,6 +227,8 @@ admin = 127.0.0.1
BEAST_EXPECT(types["Hash160"].asUInt() == 17);
BEAST_EXPECT(types["Hash192"].asUInt() == 21);
BEAST_EXPECT(types["Hash256"].asUInt() == 5);
BEAST_EXPECT(types["Hash384"].asUInt() == 22);
BEAST_EXPECT(types["Hash512"].asUInt() == 23);
}
}