Skip to content

Commit

Permalink
Spark address prefix changed
Browse files Browse the repository at this point in the history
  • Loading branch information
levonpetrosyan93 committed May 8, 2023
1 parent 3f7cffe commit 11a31f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libspark/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const int AEAD_TAG_SIZE = 16; // byte length of the tag
const int AEAD_COMMIT_SIZE = 32; // byte length of the key commitment

// Address encoding prefix
const unsigned char ADDRESS_ENCODING_PREFIX = 'p';
const unsigned char ADDRESS_ENCODING_PREFIX = 's';

// Address encoding network identifiers
// TODO: Extend/update/replace these as needed! These are just initial examples
Expand Down

0 comments on commit 11a31f3

Please sign in to comment.