dfinity / cycles-wallet

DFINITY Cycles Wallet
Apache License 2.0
55 stars 30 forks source link

chore: remove unwrap in wallet_send and fix clippy #22

Closed p-shahi closed 3 years ago

p-shahi commented 3 years ago

LGTM. I'm curious what version of clippy you're using that our CI isn't.

Same version as in our sdk repo. These were uncaught because we don't have clippy or cargo fmt in this repo. I'm adding that shortly!