Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nksazonov committed Oct 13, 2023
1 parent 880c8b5 commit ebb5130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nitro-protocol/contracts/ForceMove.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ contract ForceMove is IForceMove, StatusManager {
* @param channelId Unique identifier for a state channel.
* @return turnNumRecord A turnNum that (the adjudicator knows) is supported by a signature from each participant.
* @return finalizesAt The unix timestamp when `channelId` will finalize.
* @return fingerprint The last 160 bits of kecca256(stateHash, outcomeHash)
* @return fingerprint The last 160 bits of keccak256(stateHash, outcomeHash)
*/
function unpackStatus(
bytes32 channelId
Expand Down

0 comments on commit ebb5130

Please sign in to comment.