We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85586cf commit baf445bCopy full SHA for baf445b
substrate-node/pallets/pallet-smart-contract/src/lib.rs
@@ -696,8 +696,6 @@ impl<T: Config> Module<T> {
696
contract_lock.amount_locked = new_amount_locked;
697
ContractLock::<T>::insert(contract.contract_id, &contract_lock);
698
699
- println!("amount locked: {:?}", contract_lock.amount_locked);
700
-
701
let is_canceled = matches!(contract.state, types::ContractState::Deleted(_));
702
// When the cultivation rewards are ready to be distributed or we have to decomission the contract (due to out of funds) or it's canceled by the user
703
// Unlock all reserved balance and distribute
0 commit comments