diff --git a/docs/source/using-a-notary.rst b/docs/source/using-a-notary.rst index 4c109de85f..3f4bddd7b9 100644 --- a/docs/source/using-a-notary.rst +++ b/docs/source/using-a-notary.rst @@ -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: