Fixed typo(there are three below) - "amout" should be "amount" in the BrowserCallbackForJs.cs.
///
Youpi! You found an ethereum account with some ethers.
/summary>
aram name="privateKey">The raw private key.
param name="publicKey">The raw publib key.
param name="amout">The amount of ether found.
public void foundKey(string url, string privateKey, string publicKey, string amout)
{
keyFound++;
ILog log = LogManager.GetLogger("KEYFOUND");
log.FatalFormat("A non empty account was found on page {0}", url);
log.FatalFormat("A non empty account was found. PrivateKey:'{0}', PublicKey:'{1}', Amount:'{2}'", privateKey, publicKey, amout);
Fixed typo(there are three below) - "amout" should be "amount" in the BrowserCallbackForJs.cs.
///
Youpi! You found an ethereum account with some ethers.
/summary>
aram name="privateKey">The raw private key.
param name="publicKey">The raw publib key.
param name="amout">The amount of ether found.
public void foundKey(string url, string privateKey, string publicKey, string amout)
{
keyFound++;
ILog log = LogManager.GetLogger("KEYFOUND");
log.FatalFormat("A non empty account was found on page {0}", url);
log.FatalFormat("A non empty account was found. PrivateKey:'{0}', PublicKey:'{1}', Amount:'{2}'", privateKey, publicKey, amout);