mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
channeldb: fix channel_test scoping error
This commit is contained in:
parent
646df95029
commit
1295bfe096
@ -121,7 +121,7 @@ func createTestChannelState(cdb *DB) (*OpenChannel, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
if store.AddNextEntry(preImage); err != nil {
|
||||
if err := store.AddNextEntry(preImage); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user