You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/safe_tx_gas.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ This also results in the `nonce` of this transaction being used, so it is not po
26
26
27
27
#### Without gas refund
28
28
29
-
If `gasPrice` is set to `0` then the Safe contracts will **not** issue a refund after the Safe transaction exection.
29
+
If `gasPrice` is set to `0` then the Safe contracts will **not** issue a refund after the Safe transaction execution.
30
30
31
31
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 contracts will send along all available case when no refund is used.
0 commit comments