Skip to content

Commit

Permalink
feat: add wallet_id to get_transactions call
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Sep 9, 2022
1 parent 8b67b19 commit b6b8ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datalayer/persistance.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ const subscribeToStoreOnDataLayer = async (storeId) => {

const chiaConfig = fullNode.getChiaConfig();

addMirror(
await addMirror(
storeId,
`http://${await publicIpv4()}:${chiaConfig.data_layer.host_port}`,
);
Expand Down

0 comments on commit b6b8ebb

Please sign in to comment.