Rename everything from newcoin to ripple except the protocol buffers.

This commit is contained in:
Arthur Britto
2012-10-12 15:48:33 -07:00
parent 237ff73916
commit 2af15db40a
23 changed files with 56 additions and 56 deletions

View File

@@ -115,7 +115,7 @@ EC_KEY* CKey::GenerateRootDeterministicKey(const uint128& seed)
return pkey;
}
// Take newcoin address.
// Take ripple address.
// --> root public generator (consumes)
// <-- root public generator in EC format
EC_KEY* CKey::GenerateRootPubKey(BIGNUM* pubGenerator)