diff --git a/src.ts/transaction/transaction.ts b/src.ts/transaction/transaction.ts index 95de9b2e8..a4f4a465e 100644 --- a/src.ts/transaction/transaction.ts +++ b/src.ts/transaction/transaction.ts @@ -499,7 +499,7 @@ export class Transaction implements TransactionLike { set data(value: BytesLike) { this.#data = hexlify(value); } /** - * The amount of ether to send in this transactions. + * The amount of ether (in wei) to send in this transactions. */ get value(): bigint { return this.#value; } set value(value: BigNumberish) {