mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-03 05:04:21 +01:00
fix(grpc): add the num_channels field inside the tests
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
committed by
Alex Myers
parent
ca1fa84458
commit
473c631ceb
@@ -232,6 +232,7 @@ mod test {
|
||||
"127.0.0.1:39152"
|
||||
],
|
||||
"features": "8808226aa2",
|
||||
"num_channels": 0,
|
||||
"channels": [
|
||||
{
|
||||
"state": "CHANNELD_NORMAL",
|
||||
@@ -333,6 +334,7 @@ mod test {
|
||||
"127.0.0.1:38321"
|
||||
],
|
||||
"features": "8808226aa2",
|
||||
"num_channels": 0,
|
||||
"channels": [
|
||||
{
|
||||
"state": "CHANNELD_NORMAL",
|
||||
|
||||
@@ -12,6 +12,7 @@ fn test_listpeers() {
|
||||
"127.0.0.1:39152"
|
||||
],
|
||||
"features": "8808226aa2",
|
||||
"num_channels": 0,
|
||||
"channels": [
|
||||
{
|
||||
"state": "CHANNELD_NORMAL",
|
||||
@@ -113,6 +114,7 @@ fn test_listpeers() {
|
||||
"127.0.0.1:38321"
|
||||
],
|
||||
"features": "8808226aa2",
|
||||
"num_channels": 0,
|
||||
"channels": [
|
||||
{
|
||||
"state": "CHANNELD_NORMAL",
|
||||
|
||||
Reference in New Issue
Block a user