diff --git a/lnwallet/script_utils.go b/lnwallet/script_utils.go index 9cfb1a4f..9f189197 100644 --- a/lnwallet/script_utils.go +++ b/lnwallet/script_utils.go @@ -46,7 +46,7 @@ const ( // maxStateHint is the maximum state number we're able to encode using // StateHintSize bytes amongst the sequence number and locktime fields // of the commitment transaction. - maxStateHint = (1 << 48) - 1 + maxStateHint uint64 = (1 << 48) - 1 ) // witnessScriptHash generates a pay-to-witness-script-hash public key script