Skip to content

Commit a5479ce

Browse files
committed
chore: sdk-7166
1 parent 8701971 commit a5479ce

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

runtime/mainnet/src/config/revive.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ impl pallet_revive::Config for Runtime {
2929
// 30 percent of storage deposit held for using a code hash.
3030
type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent;
3131
type Currency = Balances;
32-
type Debug = ();
3332
type DepositPerByte = DepositPerByte;
3433
type DepositPerItem = DepositPerItem;
3534
type InstantiateOrigin = EnsureSigned<Self::AccountId>;
@@ -114,11 +113,6 @@ mod tests {
114113
assert_eq!(TypeId::of::<<Runtime as Config>::Currency>(), TypeId::of::<Balances>(),);
115114
}
116115

117-
#[test]
118-
fn debug_is_unset() {
119-
assert_eq!(TypeId::of::<<Runtime as Config>::Debug>(), TypeId::of::<()>(),);
120-
}
121-
122116
#[test]
123117
fn deposit_per_byte_is_correct() {
124118
assert_eq!(<<Runtime as Config>::DepositPerByte as Get<Balance>>::get(), deposit(0, 1),);

runtime/testnet/src/config/contracts.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ impl pallet_revive::Config for Runtime {
9898
// 30 percent of storage deposit held for using a code hash.
9999
type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent;
100100
type Currency = Balances;
101-
type Debug = ();
102101
type DepositPerByte = DepositPerByte;
103102
type DepositPerItem = DepositPerItem;
104103
type InstantiateOrigin = EnsureSigned<Self::AccountId>;

0 commit comments

Comments
 (0)