-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: participation key rendering from base64url to base64
- Loading branch information
Tasos Bitsios
committed
Jan 17, 2025
1 parent
3270dc2
commit df605da
Showing
4 changed files
with
36 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
|
||
Account: ABC | ||
Participation ID: 123 | ||
|
||
Vote Key: VEVTVEtFWQ | ||
Selection Key: VEVTVEtFWQ | ||
State Proof Key: VEVTVEtFWQ | ||
|
||
Vote First Valid: 0 | ||
Vote Last Valid: 30000 | ||
Vote Key Dilution: 100 | ||
|
||
Account: ABC | ||
Participation ID: 123 | ||
Vote Key: VEVTVEtFWQ== | ||
Selection Key: VEVTVEtFWQ== | ||
State Proof Key: VEVTVEtFWQ== | ||
Vote First Valid: 0 | ||
Vote Last Valid: 30000 | ||
Vote Key Dilution: 100 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters