Skip to content

Commit 5652ac0

Browse files
committed
tests: Update solidity-calls-flipper integration test
1 parent b19e476 commit 5652ac0

File tree

1 file changed

+0
-6
lines changed
  • integration-tests/solidity-abi/solidity-calls-flipper

1 file changed

+0
-6
lines changed

integration-tests/solidity-abi/solidity-calls-flipper/lib.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ pub mod flipper {
2222
Self { value: init_value }
2323
}
2424

25-
/// Creates a new flipper smart contract initialized to `false`.
26-
#[ink(constructor)]
27-
pub fn new_default() -> Self {
28-
Self::new(Default::default())
29-
}
30-
3125
// solidity compatible selector (`keccack256("flip()")`)
3226
#[ink(message, selector = 0xcde4efa9)]
3327
pub fn flip(&mut self) {

0 commit comments

Comments
 (0)