mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-27 18:26:18 +02:00
channeldb: stored un-revoked hashes are now 32 bytes
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user