Rename CustomError to Custom (#9207)
This commit is contained in:
@ -426,7 +426,7 @@ mod tests {
|
||||
.unwrap(),
|
||||
TransactionError::InstructionError(
|
||||
0,
|
||||
InstructionError::CustomError(BudgetError::DestinationMissing as u32)
|
||||
InstructionError::Custom(BudgetError::DestinationMissing as u32)
|
||||
)
|
||||
);
|
||||
assert_eq!(bank_client.get_balance(&alice_pubkey).unwrap(), 1);
|
||||
|
Reference in New Issue
Block a user