Bump span length

This commit is contained in:
Justin Starry 2021-01-08 23:46:57 +08:00
parent 55784109e1
commit d55c9084f6
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ export interface LendingMarket {
} }
export const isLendingMarket = (info: AccountInfo<Buffer>) => { export const isLendingMarket = (info: AccountInfo<Buffer>) => {
return info.data.length === LendingMarketLayout.span + 62; return info.data.length === LendingMarketLayout.span + 63;
}; };
export const LendingMarketParser = ( export const LendingMarketParser = (