README.md in stellar-sdk-0.3.0 vs README.md in stellar-sdk-0.4.0
- old
+ new
@@ -39,10 +39,10 @@
recipient = Stellar::Account.random
client.send_payment({
from: account,
to: recipient,
- amount: Stellar::Amount.new(100_000000)
+ amount: Stellar::Amount.new(100_000_000)
})
```
## Development