Compare commits
1 Commits
b1795eec65
...
ae5d2f911b
Author | SHA1 | Date | |
---|---|---|---|
ae5d2f911b |
@ -332,13 +332,9 @@ impl BrainData {
|
|||||||
admin_account.kicked_for.push(reason.to_string());
|
admin_account.kicked_for.push(reason.to_string());
|
||||||
operator_data.escrow -= refund_ammount;
|
operator_data.escrow -= refund_ammount;
|
||||||
|
|
||||||
let admin_pubkey = contract.admin_pubkey.clone();
|
|
||||||
drop(admin_account);
|
|
||||||
drop(contract);
|
|
||||||
|
|
||||||
self.delete_vm(grpc::DeleteVmReq {
|
self.delete_vm(grpc::DeleteVmReq {
|
||||||
uuid: uuid.to_string(),
|
uuid: contract.uuid,
|
||||||
admin_pubkey,
|
admin_pubkey: contract.admin_pubkey,
|
||||||
})
|
})
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user