drone config and doc generation
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ describe('XRPIO', () => {
|
||||
let treeRoot
|
||||
it(`can tree write (${TEST_DATA.length} bytes)`, async function (){
|
||||
this.timeout(10000)
|
||||
treeRoot = await treeWrite(api, TEST_DATA, sendWallet, receiveWallet.address)
|
||||
treeRoot = await treeWrite(api, TEST_DATA, {address: "123", secret: "123"}, receiveWallet.address)
|
||||
})
|
||||
|
||||
it('can tree read', async function() {
|
||||
|
||||
Reference in New Issue
Block a user