Merge pull request #7388 from thecockatiel/fix_remove_asset

chore: print RemoveAssetProposal instead of generic
This commit is contained in:
Alejandro García 2025-02-25 12:51:26 +00:00 committed by GitHub
commit 6dafd91978
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -133,7 +133,7 @@ public final class RemoveAssetProposal extends Proposal implements ImmutableDaoS
@Override @Override
public String toString() { public String toString() {
return "GenericProposal{" + return "RemoveAssetProposal{" +
"\n tickerSymbol=" + tickerSymbol + "\n tickerSymbol=" + tickerSymbol +
"\n} " + super.toString(); "\n} " + super.toString();
} }