mirror of
https://github.com/logos-storage/logos-storage-contracts-eth.git
synced 2026-05-28 11:59:28 +00:00
Remove unused function
This commit is contained in:
parent
fc2c710377
commit
ec47be2685
@ -11,11 +11,6 @@ function getDefaultConfig() {
|
|||||||
return config
|
return config
|
||||||
}
|
}
|
||||||
|
|
||||||
function getDefaultVerifier(m) {
|
|
||||||
const { verifier } = m.useModule(VerifierModule)
|
|
||||||
return verifier
|
|
||||||
}
|
|
||||||
|
|
||||||
module.exports = buildModule("Marketplace", (m) => {
|
module.exports = buildModule("Marketplace", (m) => {
|
||||||
const deployer = m.getAccount(0)
|
const deployer = m.getAccount(0)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user