Skip to content

Commit

Permalink
Added extra ensureBlockchainInfo for browser blockchain service imple…
Browse files Browse the repository at this point in the history
…mentation
  • Loading branch information
u-hubar committed Sep 10, 2024
1 parent 0a3a013 commit adca2aa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class BrowserBlockchainService extends BlockchainServiceBase {
}

async executeContractFunction(contractName, functionName, args, blockchain) {
await this.ensureBlockchainInfo(blockchain);
let contractInstance = await this.getContractInstance(contractName, blockchain);
let tx;

Expand Down

0 comments on commit adca2aa

Please sign in to comment.