From 828057889e84e2db2388b784aa0ecf0822804a85 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Sun, 22 Oct 2017 17:27:44 -0700 Subject: [PATCH] routing/testdata: modify spec example to set bob as initial source node --- routing/testdata/spec_example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing/testdata/spec_example.json b/routing/testdata/spec_example.json index a7b28db1..a0cd0ffe 100644 --- a/routing/testdata/spec_example.json +++ b/routing/testdata/spec_example.json @@ -6,7 +6,7 @@ "alias": "A" }, { - "source": false, + "source": true, "pubkey": "032b480de5d002f1a8fd1fe1bbf0a0f1b07760f65f052e66d56f15d71097c01add", "alias": "B" },