mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-28 17:15:14 +01:00
chore: print RemoveAssetProposal instead of generic
This commit is contained in:
parent
631d0f9222
commit
2972f86101
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue