Skip to content

Commit 988695d

Browse files
committed
Remove unused variable
1 parent f351267 commit 988695d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/transaction_utils.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,6 @@ namespace sdk {
318318
const auto& bip21_params = uri_params["bip21-params"];
319319
addressee["bip21-params"] = bip21_params;
320320

321-
const std::string asset_id = addressee.value("asset_tag", "btc");
322-
323321
// In Liquid amounts should be encoded in the "consensus form"
324322
// For instance, assuming an invoice for qty 1 of an asset with precision `2`, the amount in the URI
325323
// should be 0.00000100

0 commit comments

Comments
 (0)