Skip to content

Commit

Permalink
remove old argument from manifest files
Browse files Browse the repository at this point in the history
  • Loading branch information
tarakby committed Oct 24, 2024
1 parent a0617c0 commit 7223cd9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 30 deletions.
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 @@ -167,12 +167,6 @@ func generateManifest(env templates.Environment) *manifest {
Label: "Raw Value for Hash Algorithm Enum",
SampleValues: []cadenceValue{sampleHashAlgoEnumRawValue},
},
{
Type: "UFix64",
Name: "weight",
Label: "Key Weight",
SampleValues: []cadenceValue{sampleKeyWeight},
},
},
))

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 @@ -38,17 +38,6 @@
"type": "UInt8"
}
]
},
{
"type": "UFix64",
"name": "weight",
"label": "Key Weight",
"sampleValues": [
{
"value": "1000.00000000",
"type": "UFix64"
}
]
}
],
"network": "mainnet",
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 @@ -38,17 +38,6 @@
"type": "UInt8"
}
]
},
{
"type": "UFix64",
"name": "weight",
"label": "Key Weight",
"sampleValues": [
{
"value": "1000.00000000",
"type": "UFix64"
}
]
}
],
"network": "testnet",
Expand Down
4 changes: 2 additions & 2 deletions tests/account_txs_test.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ fun setup() {

access(all)
fun testCreateAccount() {
let key = "7d5305c22cb7da418396f32c474c6d84b0bb87ca311d6aa6edfd70a1120ded9dc11427ac31261c24e4e7a6c2affea28ff3da7b00fe285029877fb0b5970dc110"

let key = "7d5305c22cb7da418396f32c474c6d84b0bb87ca311d6aa6edfd70a1120ded9dc11427ac31261c24e4e7a6c2affea28ff3da7b00fe285029877fb0b5970dc110"
// Should fail
var txResult = executeTransaction(
"../transactions/accounts/create_new_account.cdc",
Expand Down

0 comments on commit 7223cd9

Please sign in to comment.