Skip to content

Commit

Permalink
Rewind unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
flcl42 committed Apr 12, 2023
1 parent a164585 commit 0ed97aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Transaction BuildTransaction(uint index, Account senderAccount) =>
Build.A.Transaction.WithNonce(senderAccount.Nonce + index)
.WithTimestamp(Timestamper.UnixTime.Seconds)
.WithTo(to)
.WithValue(1.GWei())
.WithValue(value.GWei())
.WithGasPrice(1.GWei())
.WithChainId(chain.SpecProvider.ChainId)
.WithSenderAddress(from.Address)
Expand Down

0 comments on commit 0ed97aa

Please sign in to comment.