Browse Source

Change filenames for easy diff

psbt-tx-getters
junderw 6 years ago
parent
commit
11e4a12caf
No known key found for this signature in database GPG Key ID: B256185D3A971908
  1. 0
      test/address.spec.ts
  2. 0
      test/bitcoin.core.spec.ts
  3. 0
      test/block.spec.ts
  4. 0
      test/bufferutils.spec.ts
  5. 0
      test/classify.spec.ts
  6. 0
      test/crypto.spec.ts
  7. 0
      test/ecpair.spec.ts
  8. 0
      test/integration/_regtest.spec.ts
  9. 0
      test/integration/addresses.spec.ts
  10. 0
      test/integration/bip32.spec.ts
  11. 0
      test/integration/blocks.spec.ts
  12. 0
      test/integration/cltv.spec.ts
  13. 0
      test/integration/csv.spec.ts
  14. 0
      test/integration/payments.spec.ts
  15. 0
      test/integration/transactions-psbt.spec.ts
  16. 0
      test/integration/transactions.spec.ts
  17. 0
      test/payments.spec.ts
  18. 0
      test/payments.utils.spec.ts
  19. 0
      test/psbt.spec.ts
  20. 0
      test/script.spec.ts
  21. 0
      test/script_number.spec.ts
  22. 0
      test/script_signature.spec.ts
  23. 0
      test/transaction.spec.ts
  24. 0
      test/transaction_builder.spec.ts
  25. 0
      test/types.spec.ts

0
test/address.js → test/address.spec.ts

0
test/bitcoin.core.js → test/bitcoin.core.spec.ts

0
test/block.js → test/block.spec.ts

0
test/bufferutils.js → test/bufferutils.spec.ts

0
test/classify.js → test/classify.spec.ts

0
test/crypto.js → test/crypto.spec.ts

0
test/ecpair.js → test/ecpair.spec.ts

0
test/integration/_regtest.js → test/integration/_regtest.spec.ts

0
test/integration/addresses.js → test/integration/addresses.spec.ts

0
test/integration/bip32.js → test/integration/bip32.spec.ts

0
test/integration/blocks.js → test/integration/blocks.spec.ts

0
test/integration/cltv.js → test/integration/cltv.spec.ts

0
test/integration/csv.js → test/integration/csv.spec.ts

0
test/integration/payments.js → test/integration/payments.spec.ts

0
test/integration/transactions-psbt.js → test/integration/transactions-psbt.spec.ts

0
test/integration/transactions.js → test/integration/transactions.spec.ts

0
test/payments.js → test/payments.spec.ts

0
test/payments.utils.js → test/payments.utils.spec.ts

0
test/psbt.js → test/psbt.spec.ts

0
test/script.js → test/script.spec.ts

0
test/script_number.js → test/script_number.spec.ts

0
test/script_signature.js → test/script_signature.spec.ts

0
test/transaction.js → test/transaction.spec.ts

0
test/transaction_builder.js → test/transaction_builder.spec.ts

0
test/types.js → test/types.spec.ts

Loading…
Cancel
Save