Skip to content

Commit

Permalink
fix: update test fixture with newest xdr types
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal authored and gitbutler-client committed Nov 12, 2024
1 parent 895ee6d commit 92b14cb
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ impl CustomAccountInterface for Contract {
return Err(Error::NotPermitted);
}
}
Context::CreateContractHostFn(_) => return Err(Error::InvalidContext),
Context::CreateContractWithCtorHostFn(_) | Context::CreateContractHostFn(_) => {
return Err(Error::InvalidContext)
}
};
}

Expand Down

0 comments on commit 92b14cb

Please sign in to comment.