Skip to content

Commit

Permalink
update for slp addr compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jcramer committed Aug 26, 2018
1 parent bb2d2fc commit 5a1b35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cashaddr.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ var ValidationError = validation.ValidationError;
*
* @private
*/
var VALID_PREFIXES = ['bitcoincash', 'bchtest', 'bchreg'];
var VALID_PREFIXES = ['bitcoincash', 'bchtest', 'bchreg', 'simpleledger'];

/**
* Checks whether a string is a valid prefix; ie., it has a single letter case
Expand Down

0 comments on commit 5a1b35d

Please sign in to comment.