Skip to content

Commit

Permalink
chore: add a few comments
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Oct 8, 2024
1 parent 0c19d4b commit 101154d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,12 @@ export default class IronfishApp extends GenericApp {
const params: ConstructorParams = {
cla: dkgMode ? DKG_APP_CLA : REGULAR_APP_CLA,
ins: {
// Common instructions
GET_VERSION: 0x00,
// Regulars app instructions
GET_KEYS: 0x01,
SIGN: 0x02,
//DKG Instructions
// DKG app instructions
DKG_IDENTITY: 0x10,
DKG_ROUND_1: 0x11,
DKG_ROUND_2: 0x12,
Expand Down

0 comments on commit 101154d

Please sign in to comment.