diff --git a/scripts/bitcoin-getaddr.nse b/scripts/bitcoin-getaddr.nse index 10bc7283d..60f304cfb 100644 --- a/scripts/bitcoin-getaddr.nse +++ b/scripts/bitcoin-getaddr.nse @@ -1,5 +1,5 @@ description = [[ -Queries a BitCoin server for a list of known BitCoin nodes +Queries a Bitcoin server for a list of known Bitcoin nodes ]] --- @@ -61,4 +61,4 @@ action = function(host, port) end return stdnse.format_output(true, tab.dump(response) ) -end \ No newline at end of file +end diff --git a/scripts/bitcoin-info.nse b/scripts/bitcoin-info.nse index 64c09dc28..e371ac7a3 100644 --- a/scripts/bitcoin-info.nse +++ b/scripts/bitcoin-info.nse @@ -1,5 +1,5 @@ description = [[ -Extracts version and node information from a BitCoin server +Extracts version and node information from a Bitcoin server ]] --- @@ -60,4 +60,4 @@ action = function(host, port) table.insert(result, ("Lastblock: %s"):format(ver.lastblock)) return stdnse.format_output(true, result) -end \ No newline at end of file +end