Skip to content

Commit

Permalink
Merge pull request #7388 from thecockatiel/fix_remove_asset
Browse files Browse the repository at this point in the history
chore: print RemoveAssetProposal instead of generic
  • Loading branch information
alejandrogarcia83 authored Feb 25, 2025
2 parents 631d0f9 + 2972f86 commit 6dafd91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public Proposal cloneProposalAndAddTxId(String txId) {

@Override
public String toString() {
return "GenericProposal{" +
return "RemoveAssetProposal{" +
"\n tickerSymbol=" + tickerSymbol +
"\n} " + super.toString();
}
Expand Down

0 comments on commit 6dafd91

Please sign in to comment.