Skip to content

Commit

Permalink
Update huginSyncer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mjovanc committed Apr 22, 2023
1 parent fbfd400 commit aa4b3d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syncers/huginSyncer.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ module.exports.backgroundSyncMessages = async () => {
let message_was_unknown

try {
// by the maestro, nilsjr
const resp = await fetch('http://' + process.env.SYS_HUGIN_NODE_SERVER + '/get_pool_changes_lite', {
method: 'POST',
body: JSON.stringify({ knownTxsIds: known_pool_txs })
Expand Down

0 comments on commit aa4b3d4

Please sign in to comment.