mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-05-30 20:41:02 +00:00
Added bail to stop execution when we have an error during deployment
This commit is contained in:
@@ -54,7 +54,8 @@ pub enum Calldata {
|
||||
#[serde(untagged)]
|
||||
pub enum CalldataArg {
|
||||
Literal(String),
|
||||
AddressRef(String), // will be "Contract.address"
|
||||
/// For example: `Contract.address`
|
||||
AddressRef(String),
|
||||
}
|
||||
|
||||
/// Specify how the contract is called.
|
||||
|
||||
Reference in New Issue
Block a user