We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0b9c9 commit ecf3cfdCopy full SHA for ecf3cfd
src/ga_tx.cpp
@@ -551,6 +551,10 @@ namespace sdk {
551
bool addressees_have_assets = json_get_value(result, "addressees_have_assets", false);
552
if (num_addressees) {
553
for (auto& addressee : *addressees_p) {
554
+ // FIXME: Remove this renaming when the wallets have upgraded to use
555
+ // asset_id in their addressees.
556
+ json_rename_key(addressee, "asset_tag", "asset_id");
557
+
558
nlohmann::json uri_params
559
= parse_bitcoin_uri(addressee.value("address", ""), net_params.bip21_prefix());
560
if (net_params.is_liquid() && uri_params.is_object()) {
0 commit comments