Skip to content

Commit

Permalink
add support for testnet specific slp addr "slptest"
Browse files Browse the repository at this point in the history
  • Loading branch information
jcramer committed Aug 27, 2018
1 parent 2fb53c7 commit 6f28ef6
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', 'simpleledger'];
var VALID_PREFIXES = ['bitcoincash', 'bchtest', 'bchreg', 'simpleledger', 'slptest'];

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

0 comments on commit 6f28ef6

Please sign in to comment.