Skip to content

Commit

Permalink
fix ide linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-Engg committed Jul 29, 2024
1 parent c9310ae commit cdd51d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/remix-ide/src/blockchain/blockchain.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export class Blockchain extends Plugin {

isSmartAccount(address) {
return this.transactionContextAPI.isSmartAccount(address)
}
}

deployContractAndLibraries(selectedContract, args, contractMetadata, compilerContracts, callbacks, confirmationCb) {
const { continueCb, promptCb, statusCb, finalCb } = callbacks
Expand Down

0 comments on commit cdd51d1

Please sign in to comment.