diff --git a/node_account.proto b/node_account.proto index 3d897ca..49fd1ae 100644 --- a/node_account.proto +++ b/node_account.proto @@ -66,6 +66,7 @@ message NodeAccountMethod { INITIALIZE_NODE = 4; SET_BET = 5; DO_BET = 6; + GENESIS = 7; } }