mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
Review Comments
This commit is contained in:
parent
0b7a39f663
commit
e6de0aa406
@ -63,7 +63,7 @@ UNRELEASED
|
||||
* A new function ``checkCommandVisibility(publicKey: PublicKey)`` has been added to ``FilteredTransaction`` to check
|
||||
if every command that a signer should receive (e.g. an Oracle) is indeed visible.
|
||||
|
||||
* Change the AMQP serialiser to use the oficially assigned R3 identifier rather than a placeholder
|
||||
* Change the AMQP serialiser to use the oficially assigned R3 identifier rather than a placeholder.
|
||||
|
||||
.. _changelog_v1:
|
||||
|
||||
|
@ -21,7 +21,7 @@ import net.corda.nodeapi.internal.serialization.carpenter.Schema as CarpenterSch
|
||||
/**
|
||||
* R3 AMQP assigned enterprise number
|
||||
*
|
||||
* see [https://www.iana.org/assignments/enterprise-numbers/enterprise-numbers]
|
||||
* see [here](https://www.iana.org/assignments/enterprise-numbers/enterprise-numbers)
|
||||
*
|
||||
* Repeated here for brevity:
|
||||
* 50530 - R3 - Mike Hearn - mike&r3.com
|
||||
|
Loading…
Reference in New Issue
Block a user