Wallet: Replace CAddressBookData.name with GetLabel() method

This commit is contained in:
Luke Dashjr
2020-04-03 03:02:16 +00:00
parent d7092c392e
commit 2952c46b92
5 changed files with 16 additions and 16 deletions

View File

@@ -66,7 +66,7 @@ static bool GetWalletAddressesForKey(LegacyScriptPubKeyMan* spk_man, const CWall
strAddr += ",";
}
strAddr += EncodeDestination(dest);
strLabel = EncodeDumpString(address_book_entry->name);
strLabel = EncodeDumpString(address_book_entry->GetLabel());
fLabelFound = true;
}
}