1
0
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:
Miquel A. Cabot 2022-06-14 11:29:19 +02:00
parent 63e91a75bc
commit 31d9e912a3

View File

@ -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)
} }