mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-09 22:43:30 +02:00
channeldb: stored un-revoked hashes are now 32 bytes
This commit is contained in:
@@ -35,7 +35,7 @@ var (
|
||||
},
|
||||
Index: 9,
|
||||
}
|
||||
rev = [20]byte{
|
||||
rev = [wire.HashSize]byte{
|
||||
0x51, 0xb6, 0x37, 0xd8, 0xfc, 0xd2, 0xc6, 0xda,
|
||||
0x48, 0x59, 0xe6, 0x96, 0x31, 0x13, 0xa1, 0x17,
|
||||
0x2d, 0xe7, 0x93, 0xe4,
|
||||
|
Reference in New Issue
Block a user