Skip to content

Commit 736034a

Browse files
committed
Changed block node endpoint type to a repeated value.
* This allows an operator to register a single endpoint with multiple block node APIs. Signed-off-by: Joseph S. <121976561+jsync-swirlds@users.noreply.github.com>
1 parent 17a94e5 commit 736034a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

HIP/hip-1137.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ message RegisteredServiceEndpoint {
255255
* <p>
256256
* This field is REQUIRED.
257257
*/
258-
BlockNodeApi endpoint_api = 1;
258+
repeated BlockNodeApi endpoint_api = 1;
259259
260260
/**
261261
* An enumeration of well-known block node endpoint APIs, and a

0 commit comments

Comments
 (0)