Skip to content

Commit

Permalink
Merge branch 'testing-branch' of github.com:adm-metaex/mplx-staking i…
Browse files Browse the repository at this point in the history
…nto testing-branch
  • Loading branch information
kstepanovdev committed Jul 10, 2024
2 parents bbf8fd4 + 74f09a2 commit 43806e8
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions idl/voter_stake_registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1120,14 +1120,10 @@ export type VoterStakeRegistry = {
"native token amounts convert to vote weight."
],
"type": {
"kind": "struct",
"fields": [
"kind": "enum",
"variants": [
{
"name": "mint",
"docs": [
"Mint for this entry."
],
"type": "publicKey"
"name": "None"
},
{
"name": "grantAuthority",
Expand Down Expand Up @@ -2676,14 +2672,10 @@ export const IDL: VoterStakeRegistry = {
"native token amounts convert to vote weight."
],
"type": {
"kind": "struct",
"fields": [
"kind": "enum",
"variants": [
{
"name": "mint",
"docs": [
"Mint for this entry."
],
"type": "publicKey"
"name": "None"
},
{
"name": "grantAuthority",
Expand Down

0 comments on commit 43806e8

Please sign in to comment.