switched capitalization from BitCoin to Bitcoin as the latter seems to be more standard

This commit is contained in:
fyodor 2012-01-02 02:51:48 +00:00
parent a338f78baa
commit 32850d5f66
2 changed files with 4 additions and 4 deletions

View file

@ -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
end

View file

@ -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
end