We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c8d532 commit 1469060Copy full SHA for 1469060
1 file changed
scripts/runtime-upgrade.ts
@@ -90,7 +90,7 @@ async function setAllClientReleases(api: ApiPromise, baseUrl: String, runtimeNam
90
}
91
92
return matches.map(([checksum, fullFileName, clientName]) => {
93
- return api.tx.clientsInfo.setCurrentClientRelease(
+ return api.tx.clientsInfo.setPendingClientRelease(
94
clientName,
95
{
96
uri: baseUrl + fullFileName,
0 commit comments