Move TransactionError into the SDK

This commit is contained in:
Greg Fitzgerald
2019-03-13 14:37:24 -06:00
parent 4ca4038d54
commit e58220282a
15 changed files with 95 additions and 98 deletions

View File

@@ -167,8 +167,8 @@ impl<T: Clone> StatusCache<T> {
#[cfg(test)]
mod tests {
use super::*;
use crate::bank::TransactionError;
use solana_sdk::hash::hash;
use solana_sdk::transaction::TransactionError;
type BankStatusCache = StatusCache<TransactionError>;