Allow master seed to be used to authorize transactions.

This commit is contained in:
Arthur Britto
2012-06-10 15:45:47 -07:00
parent 90f07cbef6
commit 85d774e7f6
2 changed files with 24 additions and 12 deletions

View File

@@ -27,6 +27,7 @@ enum TransactionEngineResult
tenCLAIMED = -200, // Can not claim a previously claimed account.
tenCREATED, // Can't add an already created account.
tenMSG_SET, // Can't change a message key.
tenBAD_AUTH_MASTER, // Auth for unclaimed account needs correct master key.
// Other
tenFAILED = -100, // Something broke horribly