mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
fix typo in notary docs
This commit is contained in:
parent
b6e8b05dea
commit
81d83d707f
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user