We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28b306 commit 11b8260Copy full SHA for 11b8260
Sources/web3swift/Transaction/EthereumMetadata.swift
@@ -29,7 +29,7 @@ public struct EthereumMetadata {
29
30
/// gasPrice value returned by the node
31
/// 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
+ /// but is included here since EIP-1559 does not contain a `gasPrice`, but
33
/// nodes still report the value.
34
var gasPrice: BigUInt?
35
}
0 commit comments