Remove "http" from the bitcoinrpc-info portrule.

This commit is contained in:
david 2011-10-07 23:49:44 +00:00
parent dc496b0d46
commit ec269ece29

View file

@ -32,7 +32,7 @@ require 'shortport'
require 'json'
require 'creds'
portrule = shortport.port_or_service(8332, "http")
portrule = shortport.portnumber(8332)
-- JSON-RPC helpers