Skip to content

Commit

Permalink
remove PoP wrongly added to Create Account tx
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarak Ben youssef authored and Tarak Ben youssef committed Oct 9, 2024
1 parent cf66e1d commit 4c10f40
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 31 deletions.
6 changes: 3 additions & 3 deletions lib/go/contracts/internal/assets/assets.go

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions lib/go/templates/cmd/manifest/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,6 @@ func generateManifest(env templates.Environment) *manifest {
Label: "Raw Value for Hash Algorithm Enum",
SampleValues: []cadenceValue{sampleHashAlgoEnumRawValue},
},
{
Type: "String",
Name: "stakingKeyPoP",
Label: "Staking Key PoP",
SampleValues: []cadenceValue{sampleStakingKeyPoP},
},
{
Type: "UFix64",
Name: "weight",
Expand Down
11 changes: 0 additions & 11 deletions lib/go/templates/manifest.mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,6 @@
}
]
},
{
"type": "String",
"name": "stakingKeyPoP",
"label": "Staking Key PoP",
"sampleValues": [
{
"value": "828a68a2be392804044d85888100462702a422901da3269fb6512defabad07250aad24f232671e4ac8ae531f54e062fc",
"type": "String"
}
]
},
{
"type": "UFix64",
"name": "weight",
Expand Down
11 changes: 0 additions & 11 deletions lib/go/templates/manifest.testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,6 @@
}
]
},
{
"type": "String",
"name": "stakingKeyPoP",
"label": "Staking Key PoP",
"sampleValues": [
{
"value": "828a68a2be392804044d85888100462702a422901da3269fb6512defabad07250aad24f232671e4ac8ae531f54e062fc",
"type": "String"
}
]
},
{
"type": "UFix64",
"name": "weight",
Expand Down

0 comments on commit 4c10f40

Please sign in to comment.