Skip to content

Commit

Permalink
Fix clawback claimable balance operation (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
quietbits authored Jun 20, 2024
1 parent b916ed0 commit 443c348
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -318,10 +318,6 @@ export const TransactionXdr = () => {
return xdrUtils.toPrice(val);
case "data_value":
return Buffer.from(val).toString("hex");
case "balance_id":
return {
claimable_balance_id_type_v0: val.replace(/^(00000000)/, ""),
};
// Path
case "path":
return formatAssetMultiValue(val);
Expand Down

0 comments on commit 443c348

Please sign in to comment.