mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-23 15:04:19 +01:00
wallet: show input txid in little endian for json_listtransactions
Changelog-Fixed: jsonrpc: `listtransactions` now displays all txids as little endian Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
This commit is contained in:
committed by
Christian Decker
parent
1061cd95c9
commit
5dfd2436db
@@ -2390,7 +2390,6 @@ def test_commitfee_option(node_factory):
|
||||
assert l1_commit_fees == 2 * l2_commit_fees == 2 * 4 * mock_wu # WU->VB
|
||||
|
||||
|
||||
@pytest.mark.xfail(strict=True)
|
||||
def test_listtransactions(node_factory):
|
||||
"""Sanity check for the listtransactions RPC command"""
|
||||
l1, l2 = node_factory.get_nodes(2, opts=[{}, {}])
|
||||
|
||||
Reference in New Issue
Block a user