mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
remove unused function
This commit is contained in:
parent
63e91a75bc
commit
31d9e912a3
@ -767,10 +767,6 @@ export class Provider {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private zeroX(input: string): string {
|
|
||||||
return this.zeroXTransformer(input, true)
|
|
||||||
}
|
|
||||||
|
|
||||||
private noZeroX(input: string): string {
|
private noZeroX(input: string): string {
|
||||||
return this.zeroXTransformer(input, false)
|
return this.zeroXTransformer(input, false)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user