Skip to content

Commit c9f31b3

Browse files
authored
Merge pull request #230 from icculp/patch-8
removing ellipses
2 parents 6ecdf65 + cb07477 commit c9f31b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

17_2_Accessing_Bitcoind_with_Java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ You now can sign transaction with the method `signRawTransactionWithKey`. This m
273273
Finally, sending requires the `sendRawTransaction` command:
274274
```java
275275
String sentRawTransactionID = rpcClient.sendRawTransaction(srTx.hex());
276-
System.out.println("Sent signedRawTx (txID): " + sentRawTransactionID);```
276+
System.out.println("Sent signedRawTx (txID): " + sentRawTransactionID);
277277
```
278278

279279
### Run Your Code

0 commit comments

Comments
 (0)