Skip to content

Commit

Permalink
remove blob from DataTokenInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 committed Oct 21, 2020
1 parent 444a2e8 commit af28c19
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/ddo/interfaces/DataTokenInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ export interface DataTokenInfo {
address: string
name: string
symbol: string
blob: string
decimals?: number
totalSupply?: number
cap?: number
Expand Down
1 change: 0 additions & 1 deletion src/ocean/Assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ export class Assets extends Instantiable {
name: await datatokens.getName(dtAddress),
symbol: await datatokens.getSymbol(dtAddress),
address: dtAddress,
blob: await datatokens.getBlob(dtAddress),
cap: parseFloat(await datatokens.getCap(dtAddress))
}
this.logger.log('Storing DDO')
Expand Down

0 comments on commit af28c19

Please sign in to comment.