Skip to content

Commit

Permalink
fix(BSV): use networks.bsv instead of bch
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed Jan 5, 2019
1 parent 960cd7a commit 368ad89
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default ({ coreSagas, networks }) => {
break
case 'BSV':
payment = yield coreSagas.payment.bsv
.create({ network: networks.bch })
.create({ network: networks.bsv })
.chain()
.init()
.fee('priority')
Expand Down Expand Up @@ -168,7 +168,7 @@ export default ({ coreSagas, networks }) => {
break
case 'BSV':
payment = coreSagas.payment.bsv
.create({ network: networks.bch })
.create({ network: networks.bsv })
.chain()
.init()
.fee('priority')
Expand Down

0 comments on commit 368ad89

Please sign in to comment.