Skip to content

Commit

Permalink
fix: missing param (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffel authored Apr 20, 2021
1 parent 93ebbb5 commit 7ffbee8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/Vault.vy
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ def initialize(
@param token The token that may be deposited into this Vault.
@param governance The address authorized for governance interactions.
@param rewards The address to distribute rewards to.
@param management The address of the vault manager.
@param nameOverride Specify a custom Vault name. Leave empty for default choice.
@param symbolOverride Specify a custom Vault symbol name. Leave empty for default choice.
@param guardian The address authorized for guardian interactions. Defaults to caller.
Expand Down

0 comments on commit 7ffbee8

Please sign in to comment.