Skip to content

Commit 9bf2aca

Browse files
Update components/overledger/actions/read-from-a-smart-contract/read-from-smart-contract.mjs
Success message alteration to align with current context Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 60944ee commit 9bf2aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/overledger/actions/read-from-a-smart-contract/read-from-smart-contract.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default {
6363
},
6464
});
6565

66-
$.export("$summary", `Successfully read from contract: ${this.contractAddress}`);
66+
$.export("$summary", `Successfully read from contract: ${this.smartContractId}`);
6767
return response;
6868
},
6969
};

0 commit comments

Comments
 (0)