Skip to content

Commit 11b8260

Browse files
committed
typo fix
1 parent f28b306 commit 11b8260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/web3swift/Transaction/EthereumMetadata.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public struct EthereumMetadata {
2929

3030
/// gasPrice value returned by the node
3131
/// note this is a duplicate value for legacy and EIP-2930 transaction types
32-
/// but is included here since EIP-1159 does not contain a `gasPrice`, but
32+
/// but is included here since EIP-1559 does not contain a `gasPrice`, but
3333
/// nodes still report the value.
3434
var gasPrice: BigUInt?
3535
}

0 commit comments

Comments
 (0)