Correct X-address to classic address example (#15)

This commit is contained in:
RareData
2019-12-16 18:42:52 +01:00
parent a72adaeb91
commit 90793562fa

View File

@@ -24,11 +24,11 @@ Convert an X-address to a classic address and tag. If the X-address did not have
```js
> const api = require('ripple-address-codec')
> rippleAddressCodec.xAddressToClassicAddress('XVLhHMPHU98es4dbozjVtdWzVrDjtV18pX8yuPT7y4xaEHi')
> api.xAddressToClassicAddress('XVLhHMPHU98es4dbozjVtdWzVrDjtV18pX8yuPT7y4xaEHi')
{
classicAddress: 'rGWrZyQqhTp9Xu7G5Pkayo7bXjH4k4QYpf',
tag: 4294967295,
test: true
test: false
}
```