From 8280cf15a878fc96b0f9fe9c8fe820c08b4376ca Mon Sep 17 00:00:00 2001 From: "fuder.eth" <139509124+vtjl10@users.noreply.github.com> Date: Sun, 22 Dec 2024 11:29:04 +0100 Subject: [PATCH 1/2] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index cd36ec0a5..9c340e33a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -14,7 +14,7 @@ about: Bug report about the Safe smart contracts ## Description -Please describe considely the bug you have found, and what you expect instead. +Please describe concisely the bug you have found, and what you expect instead. ## Environment From 6218f440b43abc2d3743cdea65455b1fecf3350a Mon Sep 17 00:00:00 2001 From: "fuder.eth" <139509124+vtjl10@users.noreply.github.com> Date: Sun, 22 Dec 2024 11:38:19 +0100 Subject: [PATCH 2/2] Update safe_tx_gas.md --- docs/safe_tx_gas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/safe_tx_gas.md b/docs/safe_tx_gas.md index a27ad5fa0..ac7152c94 100644 --- a/docs/safe_tx_gas.md +++ b/docs/safe_tx_gas.md @@ -30,7 +30,7 @@ If `gasPrice` is set to `0` then the Safe Smart Account will **not** issue a ref Therefore it is not necessary to be as strict on the gas being passed along with the execution of the Safe transaction. As no refund is triggered the Safe will not pay for the execution costs, based on this the Safe Smart Account will send along all available case when no refund is used. -Before the execution the Safe Smart Account always check if enough gas is available to satisfy the `safeTxGas`. This can be seen in [`Safe.sol`](hhttps://github.com/safe-global/safe-smart-account/blob/main/contracts/Safe.sol#L168-L170): +Before the execution the Safe Smart Account always check if enough gas is available to satisfy the `safeTxGas`. This can be seen in [`Safe.sol`](https://github.com/safe-global/safe-smart-account/blob/main/contracts/Safe.sol#L168-L170): ```js require(gasleft() >=