Skip to content

Commit e4b73e9

Browse files
chore: added links to EIP-1559 for max fee and max priority fee per gas
1 parent 76b463b commit e4b73e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Core/Transaction/Policies.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ public typealias NoncePolicy = BlockNumber
1313
/// Policies for resolving values like:
1414
/// - gas required for transaction execution
1515
/// - gas price
16-
/// - maximum fee per gas
17-
/// - maximum priority fee per gas
16+
/// - maximum fee per gas (see [EIP-1559](https://eips.ethereum.org/EIPS/eip-1559))
17+
/// - maximum priority fee per gas (see [EIP-1559](https://eips.ethereum.org/EIPS/eip-1559))
1818
public enum ValueResolutionPolicy {
1919
/// What ever value will be resolved is the one to be applied
2020
case automatic

0 commit comments

Comments
 (0)