mirror of
https://github.com/ElementsProject/lightning.git
synced 2026-08-19 13:17:42 +02:00
test: use old hsmsecret format for hardcoded onion message
This commit is contained in:
parent
cb51b7ea91
commit
c076a100c2
1 changed files with 2 additions and 1 deletions
|
|
@ -4455,7 +4455,8 @@ def test_connect_transient_pending(node_factory, bitcoind, executor):
|
|||
|
||||
def test_injectonionmessage(node_factory):
|
||||
"""Test for injectonionmessage API"""
|
||||
l1, l2 = node_factory.line_graph(2)
|
||||
# Hardcoded onion message was created with old hsmsecret format
|
||||
l1, l2 = node_factory.line_graph(2, opts={'old_hsmsecret': True})
|
||||
|
||||
# This is deterministic, so the onion message created by fetchinvoice can be replayed here
|
||||
# manually
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue