Skip to content

Commit

Permalink
refactor: Update comment
Browse files Browse the repository at this point in the history
The trytes message would be given by tangle accerlator, update the
comment.
  • Loading branch information
splasky committed Feb 25, 2020
1 parent 4366c2f commit 3beb007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@

static char addr_log_template[] = "\n%s\n";

// Test mode only, should not use on deployment
void gen_trytes(uint16_t len, char *out) {
// TODO: warning this may be risk
const char tryte_alphabet[] = "9ABCDEFGHIJKLMNOPQRSTUVWXYZ";
uint8_t rand_index;
for (int i = 0; i < len; i++) {
Expand Down

0 comments on commit 3beb007

Please sign in to comment.