ExchangeUnion / xud-docker

Streamlined setup of xud and all dependencies via docker 🐳
https://docs.exchangeunion.com
GNU Affero General Public License v3.0
5 stars 5 forks source link

chore: delegate deposit/withdraw to xucli when currency is not btc/ltc #712

Closed reliveyy closed 4 years ago

reliveyy commented 4 years ago

E.g.

raladev commented 4 years ago
simnet > deposit btc
Not available on simnet
simnet > 
simnet > 
simnet > 
simnet > deposit BTC
xucli walletdeposit <currency>

Not enough non-option arguments: got 0, need at least 1
simnet > 
simnet > 
simnet > deposit eth
xucli walletdeposit <currency>

Not enough non-option arguments: got 0, need at least 1
kilrau commented 4 years ago

Please also review and merge https://github.com/ExchangeUnion/docs/pull/111 once this PR here is in @raladev