mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
fix unused variable
This commit is contained in:
parent
b0a37bb512
commit
444a2e8c36
@ -91,7 +91,7 @@ export class Assets extends Instantiable {
|
|||||||
if (!dtAddress) {
|
if (!dtAddress) {
|
||||||
this.logger.log('Creating datatoken')
|
this.logger.log('Creating datatoken')
|
||||||
observer.next(CreateProgressStep.CreatingDataToken)
|
observer.next(CreateProgressStep.CreatingDataToken)
|
||||||
const metadataCacheUri = this.ocean.metadatacache.getURI()
|
// const metadataCacheUri = this.ocean.metadatacache.getURI()
|
||||||
// const jsonBlob = { t: 1, url: metadataCacheUri }
|
// const jsonBlob = { t: 1, url: metadataCacheUri }
|
||||||
dtAddress = await datatokens.create('', publisher.getId(), cap, name, symbol)
|
dtAddress = await datatokens.create('', publisher.getId(), cap, name, symbol)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user