Skip to content

Commit

Permalink
Support validator 1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunwangs committed Oct 18, 2023
1 parent cdf653c commit 6c39275
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/postgres_client/postgres_client_transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,9 @@ impl From<&TransactionError> for DbTransactionErrorCode {
}
TransactionError::ResanitizationNeeded => Self::ResanitizationNeeded,
TransactionError::UnbalancedTransaction => Self::UnbalancedTransaction,
TransactionError::ProgramExecutionTemporarilyRestricted {account_index: _} => Self::ProgramExecutionTemporarilyRestricted,
TransactionError::ProgramExecutionTemporarilyRestricted { account_index: _ } => {
Self::ProgramExecutionTemporarilyRestricted
}
}
}
}
Expand Down

0 comments on commit 6c39275

Please sign in to comment.