channeldb test: rename ForceClose->RemoteForceClose
This commit is contained in:
parent
cde862e7e0
commit
c51f6352c3
@ -606,7 +606,7 @@ func TestChannelStateTransition(t *testing.T) {
|
|||||||
SettledBalance: btcutil.Amount(500),
|
SettledBalance: btcutil.Amount(500),
|
||||||
TimeLockedBalance: btcutil.Amount(10000),
|
TimeLockedBalance: btcutil.Amount(10000),
|
||||||
IsPending: false,
|
IsPending: false,
|
||||||
CloseType: ForceClose,
|
CloseType: RemoteForceClose,
|
||||||
}
|
}
|
||||||
if err := updatedChannel[0].CloseChannel(closeSummary); err != nil {
|
if err := updatedChannel[0].CloseChannel(closeSummary); err != nil {
|
||||||
t.Fatalf("unable to delete updated channel: %v", err)
|
t.Fatalf("unable to delete updated channel: %v", err)
|
||||||
@ -770,7 +770,7 @@ func TestFetchClosedChannels(t *testing.T) {
|
|||||||
Capacity: state.Capacity,
|
Capacity: state.Capacity,
|
||||||
SettledBalance: state.LocalCommitment.LocalBalance.ToSatoshis(),
|
SettledBalance: state.LocalCommitment.LocalBalance.ToSatoshis(),
|
||||||
TimeLockedBalance: state.RemoteCommitment.LocalBalance.ToSatoshis() + 10000,
|
TimeLockedBalance: state.RemoteCommitment.LocalBalance.ToSatoshis() + 10000,
|
||||||
CloseType: ForceClose,
|
CloseType: RemoteForceClose,
|
||||||
IsPending: true,
|
IsPending: true,
|
||||||
}
|
}
|
||||||
if err := state.CloseChannel(summary); err != nil {
|
if err := state.CloseChannel(summary); err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user