Enable Salvium payouts

This commit is contained in:
gh14
2025-05-26 08:06:18 +00:00
parent fa3bbb67ad
commit ecb81c8c84

View File

@@ -221,6 +221,16 @@ function runInterval () {
let rpcCommand = "transfer";
let rpcRequest = transferCmd.rpc;
if (config.symbol === 'SAL1') {
transferCmd.rpc.destinations.forEach(destination => {
destination.asset_type = "SAL1";
});
transferCmd.rpc.source_asset = "SAL1";
transferCmd.rpc.dest_asset = "SAL1";
transferCmd.rpc.tx_type = 3;
}
if (daemonType === "bytecoin") {
rpcCommand = "sendTransaction";
rpcRequest = {