loopd: convert unix millisecond timestamps to seconds

This commit is contained in:
sputn1ck 2023-08-07 16:46:46 +02:00
parent f25b5e9626
commit be9ca71bf2
No known key found for this signature in database
GPG key ID: 671103D881A5F0E4
3 changed files with 60 additions and 26 deletions

View file

@ -346,13 +346,11 @@ func TestIssue615(t *testing.T) {
Index: 2,
},
},
MaxMinerFee: 10,
MaxSwapFee: 20,
MaxMinerFee: 10,
MaxSwapFee: 20,
InitiationHeight: 99,
InitiationTime: time.Now(),
ProtocolVersion: ProtocolVersionMuSig2,
InitiationTime: time.Now(),
ProtocolVersion: ProtocolVersionMuSig2,
},
MaxPrepayRoutingFee: 40,
PrepayInvoice: "prepayinvoice",