corda/docs/source/example-code
Katarzyna Streich 002c6c4687 Remove notaryIdentityKey from ServiceHub (#1541)
* Remove notaryIdentityKey from ServiceHub

It was redundant, as we have notary field on a transaction. Notaries can
use this field to check if the transaction was meant for them and then
use that information while choosing a key to sign a transaction.

* Move notaryIdentityKey to NotaryService

* Address comments

* Fixes after rebase
2017-09-20 17:47:45 +01:00
..
src Remove notaryIdentityKey from ServiceHub (#1541) 2017-09-20 17:47:45 +01:00
build.gradle Allow use of test utils in flow cookbook. (#1511) 2017-09-15 09:02:52 +01:00