Skip to content

Commit

Permalink
rename auxData.h to signTxAuxData.h
Browse files Browse the repository at this point in the history
  • Loading branch information
refi93 committed Apr 16, 2021
1 parent 5b542af commit 457f0ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/securityPolicy.h
Expand Up @@ -5,7 +5,7 @@
#include "bip44.h"
#include "cardanoOutputs.h"
#include "signTxPoolRegistration.h"
#include "auxData.h"
#include "signTxAuxData.h"

typedef enum {
POLICY_DENY = 1,
Expand Down
2 changes: 1 addition & 1 deletion src/signTx.h
Expand Up @@ -10,7 +10,7 @@
#include "signTxOutput.h"
#include "signTxPoolRegistration.h"
#include "signTxCatalystRegistration.h"
#include "auxData.h"
#include "signTxAuxData.h"

typedef enum {
SIGN_STAGE_NONE = 0,
Expand Down
6 changes: 3 additions & 3 deletions src/auxData.h → src/signTxAuxData.h
@@ -1,9 +1,9 @@
#ifndef H_CARDANO_APP_AUX_DATA
#define H_CARDANO_APP_AUX_DATA
#ifndef H_CARDANO_APP_SIGN_TX_AUX_DATA
#define H_CARDANO_APP_SIGN_TX_AUX_DATA

typedef enum {
AUX_DATA_TYPE_ARBITRARY_HASH = 0,
AUX_DATA_TYPE_CATALYST_VOTING_KEY_REGISTRATION = 1,
} aux_data_type_t;

#endif // H_CARDANO_APP_AUX_DATA
#endif // H_CARDANO_APP_SIGN_TX_AUX_DATA

0 comments on commit 457f0ff

Please sign in to comment.