Samourai-Wallet / whirlpool-client-cli

Command line Whirlpool client
Other
16 stars 13 forks source link

Incorrect API key header #3

Closed Technifocal closed 5 years ago

Technifocal commented 5 years ago

Documentation states you need to send API_KEY:

https://github.com/Samourai-Wallet/whirlpool-client-cli/blob/bfaa0d6afea34431d3f275dcd2178025605433ce/README-API.md

Code requires apiKey:

https://github.com/Samourai-Wallet/whirlpool-client-cli/blob/66f254d8fdad1aac920505c769e8156c26d812a9/src/main/java/com/samourai/whirlpool/cli/api/protocol/CliApi.java#L6

zeroleak commented 5 years ago

Fixed, thanks!