mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 07:25:07 +00:00
![]() Previously, we only accepted addresses that started with digits '0'-'9', which was not correct because we expect addresses to be in base 16. We now expect addresses to be written with '0x' prefix, e.g 0xdeadbeef. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
main.cpp |