Skip to content

Commit 9818fe7

Browse files
Update sdk-libs/sdk-pinocchio/src/error.rs
Co-authored-by: Swen Schäferjohann <42959314+SwenSchaeferjohann@users.noreply.github.com>
1 parent a9b1d47 commit 9818fe7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk-libs/sdk-pinocchio/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pub enum LightSdkError {
7373
InvalidCpiContextAccount,
7474
#[error("Invalid sol pool pda account")]
7575
InvalidSolPoolPdaAccount,
76-
#[error("CpigAccounts accounts slice starts with an invalid account. It should start with LightSystemProgram SySTEM1eSU2p4BGQfQpimFEWWSC1XDFeun3Nqzz3rT7.")]
76+
#[error("CpiAccounts slice starts with an invalid account. It should start with LightSystemProgram SySTEM1eSU2p4BGQfQpimFEWWSC1XDFeun3Nqzz3rT7.")]
7777
InvalidCpiAccountsOffset,
7878
#[error(transparent)]
7979
Hasher(#[from] HasherError),

0 commit comments

Comments
 (0)