Updated wire to use int64

This commit is contained in:
Joseph Poon 2016-02-18 04:29:08 -08:00
parent 2cbe605221
commit e940e92823

@ -16,7 +16,7 @@ var MAX_SLICE_LENGTH = 65535
// Actual pkScript, not redeemScript
type PkScript []byte
type HTLCKey uint64
type HTLCKey int64
type CommitHeight uint64
// Subsatoshi amount (Micro-Satoshi, 1/1000th)