mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-29 00:25:48 +00:00
Rename RippleAPI client to Client (#1520)
* rename RippleAPI -> XrplClient * more renames * move API stuff to client folder * rename all api -> client * fix tests * make tests run * fix integ tests * fix urls * fix merge issues * XrplClient -> Client * fix merge issues * rename xrpl-client npm symlink to xrpl-local
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import assert from 'assert'
|
||||
import {RippleAPI} from 'ripple-api'
|
||||
const RangeSet = RippleAPI._PRIVATE.RangeSet
|
||||
import {Client} from 'xrpl-local'
|
||||
const RangeSet = Client._PRIVATE.RangeSet
|
||||
|
||||
describe('RangeSet', function () {
|
||||
it('addRange()/addValue()', function () {
|
||||
|
||||
Reference in New Issue
Block a user