Merge pull request #383
3b5330e
use correct unsigned type (roman)59cc92b
removed some gcc warnings. mainly unused variables. (roman)
This commit is contained in:
commit
6b7be9f89b
4 changed files with 2 additions and 7 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue