mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-01 00:34:01 +02:00
Wallet: Replace CAddressBookData.name with GetLabel() method
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user