Merge pull request #173 from javiervargas/patch-11

Update 17_2_Accessing_Bitcoind_with_Java.md
This commit is contained in:
Shannon Appelcline 2020-09-23 14:19:34 -10:00 committed by GitHub
commit 5f8bd97ef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -278,7 +278,7 @@ System.out.println("Sent signedRawTx (txID): " + sentRawTransactionID);```
### Running Your Code ### Running Your Code
You can now run [the transaction code](ssrc/17_2_App-sendtx.java) as `~/java-project/src/main/java/com/blockchaincommons/lbtc/App.java`. You can now run [the transaction code](src/17_2_App-sendtx.java) as `~/java-project/src/main/java/com/blockchaincommons/lbtc/App.java`.
``` ```
$ mvn compile $ mvn compile