Skip to content

Commit

Permalink
Rename publicKey to pubkey for decoding
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-metaplex committed Oct 31, 2022
1 parent 78cd082 commit 5ec3206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Solana/Models/SolanaSDK+Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public struct ProgramAccount<T: BufferLayout>: Decodable {
}

public struct ProgramAccountPureData: Decodable {
public let publicKey: String
public let pubkey: String
public let account: BufferInfoPureData
}

Expand Down

0 comments on commit 5ec3206

Please sign in to comment.