refactor: re-add the node limit

This commit is contained in:
jubb 2021-05-12 11:24:08 +10:00
parent 9f09977160
commit 18818bf8da
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ object SnodeAPI {
"method" to "get_n_service_nodes",
"params" to mapOf(
"active_only" to true,
// "limit" to 256,
"limit" to 256,
"fields" to mapOf( "public_ip" to true, "storage_port" to true, "pubkey_x25519" to true, "pubkey_ed25519" to true )
)
)