Skip to content

Commit

Permalink
Update CoinInfo to support RDD and URO testnet, added generic/dynamic…
Browse files Browse the repository at this point in the history
… coin support

added generic/dynamic coin support via new createCoinKey(privateKey, coinName) function
  • Loading branch information
urocoin committed Sep 16, 2014
1 parent 5bba29a commit 1ccfb79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions coinutils-browserify.js
Original file line number Diff line number Diff line change
Expand Up @@ -2956,8 +2956,6 @@ var map = {
"URO-TEST": [0x6F, 0xEF, 0xC4]
}



function coininfo(input) {
input = input.toUpperCase()
var versions = map[input]
Expand All @@ -2977,6 +2975,7 @@ function coininfo(input) {

return ret
}

},{}],19:[function(require,module,exports){
(function (Buffer){
var util = require('util')
Expand Down

0 comments on commit 1ccfb79

Please sign in to comment.