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

Commit

Permalink
Add Address back to imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuba committed Aug 6, 2019
1 parent d5819d3 commit 030b620
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions client/src/FundingTransaction.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import { Network, publicKeyToP2WPKHaddress } from 'tbtc-helpers'
import { Network, publicKeyToP2WPKHaddress, Address } from 'tbtc-helpers'
import { Deposit, TBTCSystem } from './eth/contracts'




/**
* Requests a Bitcoin public key for a Deposit and returns it as a Bitcoin address
* @param {string} depositAddress the address of a Deposit contract
Expand Down Expand Up @@ -55,7 +52,6 @@ export async function getDepositBtcAddress(depositAddress) {
return btcAddress
}


/**
* Funding transaction details.
* @typedef FundingTransaction
Expand Down

0 comments on commit 030b620

Please sign in to comment.