Merge pull request #3 from IceBurst/master

Update & Corrections
This commit is contained in:
crowetic
2025-04-24 13:41:38 -07:00
committed by GitHub
4 changed files with 5 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ repositories {
}
dependencies {
compile 'org.bitcoinj:bitcoinj-core:0.15.6'
compile 'org.bitcoinj:bitcoinj-core:0.15.10'
}
sourceSets {

View File

@@ -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() {
Transaction tx = new Transaction(params);

View File

@@ -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
* 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
* 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
* specifically using {@link Peer#getBlock(Sha256Hash)}, or grab one from a downloaded {@link BlockChain}.

View File

@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
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