fix typo in notary docs

This commit is contained in:
Varun Mathur 2017-09-01 15:27:55 +01:00 committed by Mike Hearn
parent b6e8b05dea
commit 81d83d707f

View File

@ -33,7 +33,7 @@ The first step is to obtain the notary identity -- ``Party``:
.. sourcecode:: kotlin
val ourNotary: Party = serviceHub.networkMapCache.getNotary("Central Bank Notary")
val ourNotary: Party = serviceHub.networkMapCache.getNotary("Notary A")
Then we initialise the transaction builder: