We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd6cda commit 6ac5bebCopy full SHA for 6ac5beb
src/anchor/coder/instructions.ts
@@ -87,7 +87,7 @@ export class PythOracleInstructionCoder implements InstructionCoder {
87
throw new Error(`Unknown method: ${methodName}`)
88
}
89
90
- /// updProduct has it's own format
+ /// updProduct has its own format
91
if (methodName === 'updProduct') {
92
let offset = 0
93
for (const key of Object.keys(ix.productMetadata)) {
@@ -134,7 +134,7 @@ export class PythOracleInstructionCoder implements InstructionCoder {
134
return null
135
136
137
138
if (decoder.name === 'updProduct') {
139
const product: Product = {}
140
let idx = 0
0 commit comments