mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-30 03:21:23 +00:00
@@ -14,7 +14,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'org.bitcoinj:bitcoinj-core:0.15.6'
|
compile 'org.bitcoinj:bitcoinj-core:0.15.10'
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
@@ -292,7 +292,7 @@ public class PaymentSession {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns a {@link Wallet.SendRequest} suitable for broadcasting to the network.
|
Returns a {@link SendRequest} suitable for broadcasting to the network.
|
||||||
*/
|
*/
|
||||||
public SendRequest getSendRequest() {
|
public SendRequest getSendRequest() {
|
||||||
Transaction tx = new Transaction(params);
|
Transaction tx = new Transaction(params);
|
||||||
|
@@ -39,7 +39,8 @@ import org.libdohj.params.AbstractLitecoinParams;
|
|||||||
* It records a set of {@link Transaction}s together with some data that links it into a place in the global block
|
* It records a set of {@link Transaction}s together with some data that links it into a place in the global block
|
||||||
* chain, and proves that a difficult calculation was done over its contents. See
|
* chain, and proves that a difficult calculation was done over its contents. See
|
||||||
* <a href="http://www.bitcoin.org/bitcoin.pdf">the Bitcoin technical paper</a> for
|
* <a href="http://www.bitcoin.org/bitcoin.pdf">the Bitcoin technical paper</a> for
|
||||||
* more detail on blocks. <p/>
|
* more detail on blocks.
|
||||||
|
* </p>
|
||||||
*
|
*
|
||||||
* To get a block, you can either build one from the raw bytes you can get from another implementation, or request one
|
* To get a block, you can either build one from the raw bytes you can get from another implementation, or request one
|
||||||
* specifically using {@link Peer#getBlock(Sha256Hash)}, or grab one from a downloaded {@link BlockChain}.
|
* specifically using {@link Peer#getBlock(Sha256Hash)}, or grab one from a downloaded {@link BlockChain}.
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
|
|||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5-bin.zip
|
||||||
|
Reference in New Issue
Block a user