From ebb513029899c13760aed3999bafc23506428bc3 Mon Sep 17 00:00:00 2001 From: nksazonov Date: Fri, 13 Oct 2023 10:54:26 +0300 Subject: [PATCH] fix typo --- packages/nitro-protocol/contracts/ForceMove.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nitro-protocol/contracts/ForceMove.sol b/packages/nitro-protocol/contracts/ForceMove.sol index 299dabf8b..72c5df493 100644 --- a/packages/nitro-protocol/contracts/ForceMove.sol +++ b/packages/nitro-protocol/contracts/ForceMove.sol @@ -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