From 755e64ed25858765ce1b3adbedcd855b377c1802 Mon Sep 17 00:00:00 2001 From: Javier Vargas Date: Thu, 17 Sep 2020 12:41:38 +0200 Subject: [PATCH] Update 17_2_Accessing_Bitcoind_with_Java.md --- 17_2_Accessing_Bitcoind_with_Java.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/17_2_Accessing_Bitcoind_with_Java.md b/17_2_Accessing_Bitcoind_with_Java.md index a6a55a6..1c70876 100644 --- a/17_2_Accessing_Bitcoind_with_Java.md +++ b/17_2_Accessing_Bitcoind_with_Java.md @@ -278,7 +278,7 @@ System.out.println("Sent signedRawTx (txID): " + sentRawTransactionID);``` ### 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