add response message and remove unused response code (#185)

This commit is contained in:
Denis Angell
2023-11-09 12:31:15 +01:00
committed by GitHub
parent 195904574c
commit ac6c102876
2 changed files with 1 additions and 1 deletions

View File

@@ -138,7 +138,6 @@ enum TEMcodes : TERUnderlyingType {
temXCHAIN_TOO_MANY_ATTESTATIONS, // RESERVED - XCHAIN
temHOOK_DATA_TOO_LARGE,
temHOOK_REJECTED,
};
//------------------------------------------------------------------------------