Skip to content

Commit

Permalink
refactor(contracts): update new/old arg names in owner transfer event
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu committed Sep 28, 2024
1 parent 8cb68c9 commit dbdd779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/StreamManager.vy
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ event StreamCreated:

event StreamOwnershipUpdated:
stream_id: indexed(uint256)
old: indexed(address)
new: indexed(address)
old_owner: indexed(address)
new_owner: indexed(address)


event StreamFunded:
Expand Down

0 comments on commit dbdd779

Please sign in to comment.