ledger-tool cap: delegation owner and stake v2 flag (#13602) (#13607)

* Output delegation owner as well

* Add --enable-stake-program-v2

* Small cleanup and add sanity assertion

* Fix typo...

(cherry picked from commit bcd303a447)

Co-authored-by: Ryo Onodera <ryoqun@gmail.com>
This commit is contained in:
mergify[bot]
2020-11-15 20:55:14 +00:00
committed by GitHub
parent b42cda32ff
commit 88b19e10cb
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),
}