Skip to content

Commit

Permalink
abhi5415 - change to blockchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi5415 committed Sep 8, 2019
1 parent b85edd4 commit 3d1b01e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions auxilium-server/controllers/stellar.js
Expand Up @@ -3,8 +3,8 @@ StellarSdk.Network.useTestNetwork();
const server = new StellarSdk.Server('https://horizon-testnet.stellar.org');
const validate = require('jsonschema').validate;

const publicKey = 'GDKJGSXSU4PKWAOY7I555W57DNN2M4Q7QV3JOAIXPTZQHRCHPPU3JFUO';
const secretString = 'SDWXBT5VNOQ2M76QZQKJ7FC7IKGCW7VVRQPT7KFQNAVRVGZGA5TM3PSJ';
const publicKey = 'GDOKDOPZ6T425VDD5TM6TYAMXHXNZYZ6Q4RJDNQCXN667EUOMAVSKHQ4';
const secretString = 'SDYNSTZ2RGJUIZHHUIS3AT4OJ2VONRCKLVMB3JRMMDYW5DV7VNQYKM6D';

// let transactionExample = {
// u: "41614",
Expand Down Expand Up @@ -63,7 +63,8 @@ exports.getTransactions = async () => {

r = await r.next();
}
console.log(history);
return history;
};

exports.getTransactions();
// exports.getTransactions();

0 comments on commit 3d1b01e

Please sign in to comment.