Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
bitcoincash test: move to test/forks/bitcoincash
Browse files Browse the repository at this point in the history
Use standard naming scheme
  • Loading branch information
OttoAllmendinger committed Jan 8, 2020
1 parent a6930c5 commit d65a9bf
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
var assert = require('assert')

const {
networks,
ECPair,
Transaction,
TransactionBuilder,
networks,
ECPair,
script
} = require('../src')
} = require('../../../src')

describe('TransactionBuilder', function () {
describe('TransactionBuilder (bitcoincash)', function () {
var network = networks.bitcoincashTestnet
it('Build and sign p2pkh', function () {
it('Build and sign p2pk', function () {
var value = 50 * 1e8
var txid = '40c8a218923f23df3692530fa8e475251c50c7d630dccbdfbd92ba8092f4aa13'
var vout = 0
Expand Down

0 comments on commit d65a9bf

Please sign in to comment.