From a308cee83ab18aa5201b7a45bb4a3c898a562f43 Mon Sep 17 00:00:00 2001 From: theoretical Date: Wed, 26 May 2021 18:33:02 -0400 Subject: [PATCH] Regenerate system_call_ids.hpp / thunk_ids.hpp --- types/system_call_ids.hpp | 2 +- types/thunk_ids.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/types/system_call_ids.hpp b/types/system_call_ids.hpp index 1851c6d6..88aa723b 100644 --- a/types/system_call_ids.hpp +++ b/types/system_call_ids.hpp @@ -1,7 +1,7 @@ namespace koinos { namespace chain { -// Use generate_ids.py to generate the system call id +// Do not edit this list directly, edit system_call_names.json and run codegen_thunk_ids.py to update enum class system_call_id : uint32 { prints = 0x9b229941, diff --git a/types/thunk_ids.hpp b/types/thunk_ids.hpp index 1f9a1bc6..364bb1c1 100644 --- a/types/thunk_ids.hpp +++ b/types/thunk_ids.hpp @@ -1,7 +1,7 @@ namespace koinos { namespace chain { -// Use generate_ids.py to generate the thunk id +// Do not edit this list directly, edit system_call_names.json and run codegen_thunk_ids.py to update enum class thunk_id : uint32 { prints = 0x8f6df54d,