Compare commits
1 Commits
d8f1dd540f
...
64b9168d0f
Author | SHA1 | Date | |
---|---|---|---|
64b9168d0f |
@ -239,7 +239,7 @@ impl BrainCli for BrainCliMock {
|
|||||||
req.wallet, req.as_operator
|
req.wallet, req.as_operator
|
||||||
);
|
);
|
||||||
let mut contracts = Vec::new();
|
let mut contracts = Vec::new();
|
||||||
if !req.uuid.is_empty() {
|
if req.uuid.is_empty() {
|
||||||
if let Ok(specific_contract) = self.data.find_contract_by_uuid(&req.uuid) {
|
if let Ok(specific_contract) = self.data.find_contract_by_uuid(&req.uuid) {
|
||||||
if specific_contract.admin_pubkey == req.wallet {
|
if specific_contract.admin_pubkey == req.wallet {
|
||||||
contracts.push(specific_contract);
|
contracts.push(specific_contract);
|
||||||
|
Loading…
Reference in New Issue
Block a user