Add special handling for snapshot root slot in get_confirmed_block (#7430)
* Add special handling for snapshot root slot * Improve test
This commit is contained in:
@ -31,7 +31,7 @@ pub struct RpcConfirmedBlock {
|
||||
pub transactions: Vec<(Transaction, Option<RpcTransactionStatus>)>,
|
||||
}
|
||||
|
||||
#[derive(Debug, PartialEq, Serialize, Deserialize)]
|
||||
#[derive(Clone, Debug, PartialEq, Serialize, Deserialize)]
|
||||
pub struct RpcTransactionStatus {
|
||||
pub status: Result<()>,
|
||||
pub fee: u64,
|
||||
|
Reference in New Issue
Block a user