Skip to content

Commit

Permalink
Update bootstrap/8_root_initialisation.js
Browse files Browse the repository at this point in the history
Co-authored-by: Benjimmutable <[email protected]>
  • Loading branch information
wcgcyx and Benjimmutable authored Nov 2, 2023
1 parent 18b195e commit 0023dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/8_root_initialisation.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async function run() {

receipt = null;
while (receipt == null) {
receipt = await childProvider.getTransactionReceipt(childTemplate.deployTransaction.hash)
receipt = await rootProvider.getTransactionReceipt(childTemplate.deployTransaction.hash)
await delay(1000);
}
console.log(receipt);
Expand Down

0 comments on commit 0023dff

Please sign in to comment.