ledger-tool cap: delegation owner and stake v2 flag (#13602)
* Output delegation owner as well * Add --enable-stake-program-v2 * Small cleanup and add sanity assertion * Fix typo...
This commit is contained in:
@ -36,7 +36,7 @@ pub enum InflationPointCalculationEvent {
|
||||
CalculatedPoints(u128, u128, u128),
|
||||
SplitRewards(u64, u64, u64, PointValue),
|
||||
RentExemptReserve(u64),
|
||||
Delegation(Delegation),
|
||||
Delegation(Delegation, Pubkey),
|
||||
Commission(u8),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user