wallet: Load and value completed_at timestamp from DB

This commit is contained in:
Christian Decker
2022-06-09 18:36:00 +02:00
parent daeec66bd7
commit cb3ee0ac2e
20 changed files with 343 additions and 325 deletions

View File

@@ -3948,6 +3948,7 @@ def test_bolt11_null_after_pay(node_factory, bitcoind):
assert(pays[0]["bolt11"] == invl1)
assert('amount_msat' in pays[0] and pays[0]['amount_msat'] == amt)
assert('created_at' in pays[0])
assert('completed_at' in pays[0])
def test_mpp_presplit_routehint_conflict(node_factory, bitcoind):