channeldb: stored un-revoked hashes are now 32 bytes

This commit is contained in:
Olaoluwa Osuntokun
2016-06-26 22:58:55 -07:00
parent 914159cb87
commit 1a48db3039
2 changed files with 2 additions and 2 deletions

View File

@@ -135,7 +135,7 @@ type OpenChannel struct {
// Current revocation for their commitment transaction. However, since
// this is the hash, and not the pre-image, we can't yet verify that
// it's actually in the chain.
TheirCurrentRevocation [20]byte
TheirCurrentRevocation [32]byte
LocalElkrem *elkrem.ElkremSender
RemoteElkrem *elkrem.ElkremReceiver