AY2425S1-CS2103T-T08-1 / tp

MIT License
2 stars 5 forks source link

[PE-D][Tester A] retrievepa command not working with certain command syntax #266

Closed nus-se-script closed 1 week ago

nus-se-script commented 1 week ago

Screenshot 2024-11-08 at 7.39.45 PM.png

Screenshot 2024-11-08 at 7.40.39 PM.png

When I run the command retrievepa l/savings_wallet c/BTC n/ I can get back all the public addresses that have the wallet label 'savings_wallet' and ticker 'BTC' but when I run the command retrievepa l/savings_wallet c/ n/ I do not get back all the public addresses with the wallet name 'savings_wallet'. I feel like this could be modified to not give the unsupported ticker message to instead give all the public addresses from wallets with the name provided in the command.


Labels: severity.Medium type.FunctionalityBug original: Haris-Irfan/ped#14

Airiinnn commented 1 week ago

Valid.

Extend error message to Network not supported or is blank.