Skip to content

Commit

Permalink
Add locksroots in ChannelSettled event
Browse files Browse the repository at this point in the history
This follows the implementation change made in
raiden-network/raiden-contracts#1126

This commit is a part of updating the spec
raiden-network#253
  • Loading branch information
pirapira committed Sep 5, 2019
1 parent 5961cd7 commit cf12d73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion smart_contracts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,9 @@ Settles the channel by transferring the amount of tokens each participant is owe
event ChannelSettled(
uint256 indexed channel_identifier,
uint256 participant1_amount,
uint256 participant2_amount
bytes32 participant1_locksroot,
uint256 participant2_amount,
bytes32 participant2_locksroot
);

- ``channel_identifier``: :term:`Channel identifier` assigned by the current contract.
Expand Down

0 comments on commit cf12d73

Please sign in to comment.