Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Remove unused Address.js
Browse files Browse the repository at this point in the history
The functionality there has largely been subsumed in various forms into
BitcoinHelpers, except for the fix of ensuring Bitcoin mainnet is
referred to as `main` when passed to bcoin.
  • Loading branch information
Shadowfiend committed Aug 19, 2020
1 parent 289477b commit 8baf5b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 81 deletions.
2 changes: 1 addition & 1 deletion src/BitcoinHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const { Script } = BcoinScript
/** @enum {string} */
export const BitcoinNetwork = {
TESTNET: "testnet",
MAINNET: "mainnet",
MAINNET: "main",
SIMNET: "simnet"
}

Expand Down
80 changes: 0 additions & 80 deletions src/lib/Address.js

This file was deleted.

0 comments on commit 8baf5b6

Please sign in to comment.