File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed
Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 194194 <dependency >
195195 <groupId >org.bitcoinj</groupId >
196196 <artifactId >bitcoinj-core</artifactId >
197- <version >0.16.5 </version >
197+ <version >0.17 </version >
198198 <scope >compile</scope >
199199 </dependency >
200200 <dependency >
Original file line number Diff line number Diff line change 5454import org .apache .http .client .CredentialsProvider ;
5555import org .apache .http .client .HttpClient ;
5656import org .apache .http .impl .client .HttpClientBuilder ;
57- import org .bitcoinj .core .ECKey ;
57+ import org .bitcoinj .crypto .ECKey ;
5858
5959/**
6060 * The type Client.
Original file line number Diff line number Diff line change 2525import org .apache .http .entity .ByteArrayEntity ;
2626import org .apache .http .message .AbstractHttpMessage ;
2727import org .apache .http .message .BasicNameValuePair ;
28- import org .bitcoinj .core .ECKey ;
28+ import org .bitcoinj .crypto .ECKey ;
2929
3030/**
3131 * The type Bit pay client.
Original file line number Diff line number Diff line change 1818import java .net .URI ;
1919import java .net .URISyntaxException ;
2020import java .nio .charset .StandardCharsets ;
21- import org .bitcoinj .core .Base58 ;
22- import org .bitcoinj .core . ECKey ;
23- import org .bitcoinj .core .ECKey . ECDSASignature ;
24- import org .bitcoinj .core . Sha256Hash ;
21+ import org .bitcoinj .base .Base58 ;
22+ import org .bitcoinj .base . Sha256Hash ;
23+ import org .bitcoinj .crypto .ECKey ;
24+ import org .bitcoinj .crypto . ECKey . ECDSASignature ;
2525import org .bitcoinj .crypto .KeyCrypterException ;
2626
2727/**
Original file line number Diff line number Diff line change 2020import java .util .HashMap ;
2121import java .util .Scanner ;
2222import java .util .concurrent .atomic .AtomicReference ;
23- import org .bitcoinj .core .ECKey ;
23+ import org .bitcoinj .crypto .ECKey ;
2424
2525public class BitPaySetup {
2626 public static void main (final String [] args ) {
Original file line number Diff line number Diff line change 2424import java .util .concurrent .ThreadLocalRandom ;
2525import org .apache .commons .io .FileUtils ;
2626import org .apache .http .impl .client .HttpClientBuilder ;
27- import org .bitcoinj .core .ECKey ;
27+ import org .bitcoinj .crypto .ECKey ;
2828import org .junit .jupiter .api .AfterAll ;
2929import org .junit .jupiter .api .AfterEach ;
3030import org .junit .jupiter .api .BeforeAll ;
Original file line number Diff line number Diff line change 2020import org .apache .http .client .methods .HttpPut ;
2121import org .apache .http .entity .ByteArrayEntity ;
2222import org .apache .http .message .BasicNameValuePair ;
23- import org .bitcoinj .core .ECKey ;
23+ import org .bitcoinj .crypto .ECKey ;
2424import org .junit .jupiter .api .Assertions ;
2525import org .junit .jupiter .api .Test ;
2626import org .junit .jupiter .api .extension .ExtendWith ;
Original file line number Diff line number Diff line change 99
1010
1111import com .bitpay .sdk .exceptions .BitPayGenericException ;
12- import org .bitcoinj .core .ECKey ;
12+ import org .bitcoinj .crypto .ECKey ;
1313import org .junit .jupiter .api .Test ;
1414
1515public class KeyUtilsTest {
You can’t perform that action at this time.
0 commit comments