Merge pull request #383

3b5330e use correct unsigned type (roman)
59cc92b removed some gcc warnings. mainly unused variables. (roman)
This commit is contained in:
Riccardo Spagni 2015-08-24 19:21:02 +02:00
commit 6b7be9f89b
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
4 changed files with 2 additions and 7 deletions

View file

@ -433,7 +433,6 @@ namespace cryptonote
if (get_encrypted_payment_id_from_tx_extra_nonce(extra_nonce.nonce, payment_id))
{
LOG_PRINT_L2("Encrypting payment id " << payment_id);
crypto::key_derivation derivation;
crypto::public_key view_key_pub = get_destination_view_key_pub(destinations, sender_account_keys);
if (view_key_pub == null_pkey)
{