Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Commit

Permalink
Regenerate system_call_ids.hpp / thunk_ids.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
theoreticalbts committed Jun 4, 2021
1 parent 561809e commit a308cee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion types/system_call_ids.hpp
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion types/thunk_ids.hpp
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit a308cee

Please sign in to comment.