mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 07:56:31 +00:00
removing ellipses
This commit is contained in:
parent
a47fd6ef39
commit
cb074778f8
@ -273,7 +273,7 @@ You now can sign transaction with the method `signRawTransactionWithKey`. This m
|
||||
Finally, sending requires the `sendRawTransaction` command:
|
||||
```java
|
||||
String sentRawTransactionID = rpcClient.sendRawTransaction(srTx.hex());
|
||||
System.out.println("Sent signedRawTx (txID): " + sentRawTransactionID);```
|
||||
System.out.println("Sent signedRawTx (txID): " + sentRawTransactionID);
|
||||
```
|
||||
|
||||
### Run Your Code
|
||||
|
Loading…
x
Reference in New Issue
Block a user