mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-28 17:15:14 +01:00
Merge pull request #7388 from thecockatiel/fix_remove_asset
chore: print RemoveAssetProposal instead of generic
This commit is contained in:
commit
6dafd91978
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue