Skip to content

Commit

Permalink
Committed Chaincode options (#590)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
  • Loading branch information
mbwhite committed Feb 1, 2022
1 parent 6822bb0 commit b9c76b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/modules/committed_chaincode.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ def main():
endorsement_plugin=dict(type='str', default='escc'),
validation_plugin=dict(type='str', default='vscc'),
init_required=dict(type='bool'),
collections_config=dict(type='str')
collections_config=dict(type='str'),
orderer_name=dict(type='str')
)
required_if = [
('api_authtype', 'basic', ['api_secret']),
Expand Down

0 comments on commit b9c76b4

Please sign in to comment.