Skip to content

Commit

Permalink
add alert type message
Browse files Browse the repository at this point in the history
  • Loading branch information
m21 committed Dec 9, 2014
1 parent feaf32c commit 2f2f946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mastercore_tx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,7 @@ char *mastercore::c_strMasterProtocolTXType(int i)
case MSC_TYPE_REVOKE_PROPERTY_TOKENS: return ((char *)"Revoke Property Tokens");
case MSC_TYPE_CHANGE_ISSUER_ADDRESS: return ((char *)"Change Issuer Address");
case MSC_TYPE_NOTIFICATION: return ((char *)"Notification");
case OMNICORE_MESSAGE_TYPE_ALERT: return ((char *)"ALERT");

default: return ((char *)"* unknown type *");
}
Expand Down

0 comments on commit 2f2f946

Please sign in to comment.