Skip to content

Commit

Permalink
Fix bug on event from issue #92
Browse files Browse the repository at this point in the history
  • Loading branch information
alilloig committed Nov 29, 2022
1 parent 9f8a857 commit 5adbf97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/FungibleTokenSwitchboard.cdc
Expand Up @@ -105,7 +105,7 @@ pub contract FungibleTokenSwitchboard {
// and emit the event that indicates that a new
// capability has been added
emit VaultCapabilityAdded(type: vaultRef.getType(),
switchboardOwner: address, capabilityOwner: address)
switchboardOwner: self.owner?.address, capabilityOwner: address)
}
}
}
Expand Down

0 comments on commit 5adbf97

Please sign in to comment.