Removes output that is no longer logged.

This commit is contained in:
Joel Dudley 2018-03-02 11:20:29 +00:00 committed by GitHub
parent 7d3b585a9c
commit 617838c108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -323,22 +323,7 @@ And click submit. Upon clicking submit, the modal dialogue will close, and the n
Checking the output
^^^^^^^^^^^^^^^^^^^
Assuming all went well, you should see some activity in PartyA's web-server terminal window:
.. sourcecode:: none
>> Signing transaction with our private key.
>> Gathering the counterparty's signature.
>> Collecting signatures from counter-parties.
>> Verifying collected signatures.
>> Done
>> Obtaining notary signature and recording transaction.
>> Requesting signature by notary service
>> Broadcasting transaction to participants
>> Done
>> Done
You can view the newly-created IOU by accessing the vault of PartyA or PartyB:
Assuming all went well, you can view the newly-created IOU by accessing the vault of PartyA or PartyB:
*Via the HTTP API:*
@ -505,4 +490,4 @@ Debugging is done via IntelliJ as follows:
5. Set your breakpoints and interact with the node you've connected to. When the node hits a breakpoint, execution will
pause
* The node webserver runs in a separate process, and is not attached to by the debugger
* The node webserver runs in a separate process, and is not attached to by the debugger