mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
routing/testdata: modify spec example to set bob as initial source node
This commit is contained in:
parent
74165ca8c1
commit
828057889e
1 changed files with 1 additions and 1 deletions
2
routing/testdata/spec_example.json
vendored
2
routing/testdata/spec_example.json
vendored
|
@ -6,7 +6,7 @@
|
||||||
"alias": "A"
|
"alias": "A"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": false,
|
"source": true,
|
||||||
"pubkey": "032b480de5d002f1a8fd1fe1bbf0a0f1b07760f65f052e66d56f15d71097c01add",
|
"pubkey": "032b480de5d002f1a8fd1fe1bbf0a0f1b07760f65f052e66d56f15d71097c01add",
|
||||||
"alias": "B"
|
"alias": "B"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue