mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-04 18:55:49 +00:00
change default reward rate in tests to the correct updated value
This commit is contained in:
@@ -74,6 +74,8 @@ module.exports = {
|
||||
if (tx_blob)
|
||||
req['tx_blob'] = tx_blob;
|
||||
|
||||
console.log(req);
|
||||
|
||||
api.request(req).then(resp =>
|
||||
{
|
||||
resolve(resp.result.drops);
|
||||
@@ -236,6 +238,7 @@ module.exports = {
|
||||
if (txn_to_send['Fee'] === undefined)
|
||||
txn_to_send['Fee'] = base_drops + '';
|
||||
|
||||
|
||||
api.request(
|
||||
{
|
||||
command: "account_info",
|
||||
|
||||
Reference in New Issue
Block a user