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:
Ryo Onodera
2020-11-16 04:38:46 +09:00
committed by GitHub
parent 5e8490ab9d
commit bcd303a447
3 changed files with 68 additions and 3 deletions

View File

@ -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),
}