Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Jan 21, 2025
1 parent b1a6e73 commit 8fe4b07
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ class _PreviewSendPageState extends State<PreviewSendPage> {
data: utf8.encode('0x'),
);
_transaction = _originalTransaction!.copyWith(
from: EthereumAddress.fromHex(_senderAddress),
value: EtherAmount.fromBigInt(
EtherUnit.wei,
_valueToBigInt(
Expand Down

0 comments on commit 8fe4b07

Please sign in to comment.