chore: print RemoveAssetProposal instead of generic

This commit is contained in:
thecockatiel 2025-02-11 20:36:11 +03:30
parent 631d0f9222
commit 2972f86101
No known key found for this signature in database
GPG key ID: 3E5CDC091FAF3BBA

View file

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