mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
fix fee rpc to allow tx_blob
This commit is contained in:
@@ -6,8 +6,8 @@ if (process.argv.length < 5)
|
||||
const secret = process.argv[2];
|
||||
const amount = BigInt(process.argv[3]) * 1000000n
|
||||
const dest = process.argv[4];
|
||||
|
||||
require('../utils-tests.js').TestRig('ws://localhost:6005').then(t=>
|
||||
const server = 'ws://tn4:6005'
|
||||
require('../utils-tests.js').TestRig(server).then(t=>
|
||||
{
|
||||
t.pay(secret, amount, dest).then(x=>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user