Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
wise4rmgod committed Nov 29, 2021
1 parent e80203b commit 33d90c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/dev/web3js_android/Viewmodel.kt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class Mainviewmodel : ViewModel() {
val receipt: TransactionReceipt = Transfer.sendFunds(
web3,
credentials,
credentials?.address,
" enter yours address",
BigDecimal.valueOf(value.toLong()),
Convert.Unit.ETHER
).send()
Expand Down

0 comments on commit 33d90c8

Please sign in to comment.