mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 11:59:16 +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:
parent
ca1fa84458
commit
473c631ceb
2 changed files with 4 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue