Skip to content

Commit

Permalink
rename class
Browse files Browse the repository at this point in the history
  • Loading branch information
vrolland committed May 6, 2021
1 parent 869bc71 commit 6d36259
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -12,7 +12,7 @@ const BITCOIN_NETWORK = 'prod';
* Every bitcoin transaction that reaches these addresses will be interpreted as payment or refund.
* Important: the addresses must be exclusive to the request
*/
export default class BitcoinTestnetAddressBasedPaymentNetwork extends AddressBasedPaymentNetwork {
export default class BitcoinAddressBasedPaymentNetwork extends AddressBasedPaymentNetwork {
public constructor() {
super(ExtensionTypes.ID.PAYMENT_NETWORK_BITCOIN_ADDRESS_BASED, CURRENT_VERSION);
}
Expand Down

0 comments on commit 6d36259

Please sign in to comment.