Fixed formatting problems.

This commit is contained in:
Jose Coll 2016-11-28 10:12:23 +00:00
parent 066aacad85
commit d8c485aca9

View File

@ -69,14 +69,11 @@ The RPC we need to initiate a Cash transaction is ``startFlowDynamic`` which may
Finally we have everything in place: we start a couple of nodes, connect to them, and start creating transactions while listening on successfully created ones, which are dumped to the console. We just need to run it!: Finally we have everything in place: we start a couple of nodes, connect to them, and start creating transactions while listening on successfully created ones, which are dumped to the console. We just need to run it!:
.. sourcecode:: bash .. code-block:: text
# Build the example # Build the example
./gradlew docs/source/example-code:installDist ./gradlew docs/source/example-code:installDist
# Start it # Start it
./docs/source/example-code/build/install/docs/source/example-code/bin/client-rpc-tutorial Print ./docs/source/example-code/build/install/docs/source/example-code/bin/client-rpc-tutorial Print
Now let's try to visualise the transaction graph. We will use a graph drawing library called graphstream_ Now let's try to visualise the transaction graph. We will use a graph drawing library called graphstream_