lnwallet: update to 20 byte revocation hashes

This commit is contained in:
Olaoluwa Osuntokun
2015-12-31 00:30:52 -06:00
parent f49da92a4e
commit c41f7d1a7d
2 changed files with 4 additions and 9 deletions

View File

@@ -36,7 +36,7 @@ type ChannelContribution struct {
// Hash to be used as the revocation for the initial version of this
// party's commitment transaction.
RevocationHash [wire.HashSize]byte
RevocationHash [20]byte
// The delay (in blocks) to be used for the pay-to-self output in this
// party's version of the commitment transaction.