Skip to content

Commit

Permalink
Remove commas
Browse files Browse the repository at this point in the history
  • Loading branch information
jingyi2811 committed May 3, 2021
1 parent 65d943e commit b263e44
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions website/docs/jellyfish/api/net.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,22 @@ interface NetworkInfo {
networkactive: boolean
networks: Network[]
relayfee: number
incrementalfee: number,
localaddresses: LocalAddress[],
incrementalfee: number
localaddresses: LocalAddress[]
warnings: string
}

interface Network {
name: string,
limited: boolean,
reachable: boolean,
proxy: string,
name: string
limited: boolean
reachable: boolean
proxy: string
proxy_randomize_credentials: boolean
}

interface LocalAddress {
address: string,
port: number,
address: string
port: number
score: number
}
```

0 comments on commit b263e44

Please sign in to comment.