Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Nov 24, 2023
1 parent 08f729d commit ff566f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ async function performChainUpgrade(api: ApiPromise, code: string) {
return resolve();
} else if (result.isError) {
unsub();
if(result.status.isInvalid) {
if (result.status.isInvalid) {
// Allow `invalid` tx, since we will validate the hash of the `code` later
// The problem being that there are forks
// Block X is build with the tx included
Expand Down

0 comments on commit ff566f2

Please sign in to comment.