type of bitness on the buildInfo response payload is actually an int and not a string (api version: 2.5.1)

Edouard Hur
2020-05-29 19:13:04 +02:00
parent 6c7c558ab3
commit 87ec6b289e

@@ -307,7 +307,7 @@ Property | Type | Description
`libtorrent` | string | libtorrent version
`boost` | string | Boost version
`openssl` | string | OpenSSL version
`bitness` | string | Application bitness (e.g. 64-bit)
`bitness` | int | Application bitness (e.g. 64-bit)
## Shutdown application ##