dfinity / cycles-wallet

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

fix: Use deposit_cycles instead of wallet_receive #130

Closed adamspofford-dfinity closed 2 years ago

adamspofford-dfinity commented 2 years ago

wallet_receive used to be a dedicated function for receiving cycles with. The current management canister has a deposit_cycles function to send cycles to a canister without that canister needing a function to receive them with, so this convention is no longer necessary.