mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
loopd: convert unix millisecond timestamps to seconds
This commit is contained in:
parent
f25b5e9626
commit
be9ca71bf2
3 changed files with 60 additions and 26 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue