Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiebee committed Sep 24, 2024
1 parent 51f00a3 commit 7aff0c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/programs/dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ export default class ProgramDev extends ExtrinsicBaseClass {
#formatProgramInterface (programInfo): ProgramInterface {
const { deployer, refCounter } = programInfo
const bytecode = hexStringToBuffer(stripHexPrefix(programInfo.bytecode)) // Convert hex string to ArrayBuffer
const configurationSchema = this.#tryParseSchema(programInfo.configurationSchema)// Convert hex string to ArrayBuffer
const auxiliaryDataSchema = this.#tryParseSchema(programInfo.auxiliaryDataSchema)// Convert hex string to ArrayBuffer
const configurationSchema = this.#tryParseSchema(programInfo.configurationSchema)
const auxiliaryDataSchema = this.#tryParseSchema(programInfo.auxiliaryDataSchema)
return {
configurationSchema,
auxiliaryDataSchema,
Expand Down

0 comments on commit 7aff0c5

Please sign in to comment.