Skip to content

Commit

Permalink
Merge pull request #78 from VerusCoin/MichaelF-Dev
Browse files Browse the repository at this point in the history
Fixed Zcash params modal
  • Loading branch information
Asherda authored Oct 15, 2018
2 parents 2c46622 + 5bfab78 commit df64358
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions routes/shepherd/downloadZcparams.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,6 @@ module.exports = (shepherd) => {
output: 'https://z.cash/downloads/sapling-output.params',
groth16: 'https://z.cash/downloads/sprout-groth16.params'
},
/*
'agama.komodoplatform.com': {
proving: 'https://agama.komodoplatform.com/file/supernet/sprout-proving.key',
verifying: 'https://agama.komodoplatform.com/file/supernet/sprout-verifying.key',
},
'agama-yq0ysrdtr.stackpathdns.com': {
proving: 'http://agama-yq0ysrdtr.stackpathdns.com/file/supernet/sprout-proving.key',
verifying: 'http://agama-yq0ysrdtr.stackpathdns.com/file/supernet/sprout-verifying.key',
},
'zcash.dl.mercerweiss.com': {
proving: 'https://zcash.dl.mercerweiss.com/sprout-proving.key',
verifying: 'https://zcash.dl.mercerweiss.com/sprout-verifying.key',
},
*/
};

shepherd.zcashParamsExist = () => {
Expand Down

0 comments on commit df64358

Please sign in to comment.