Skip to content

Commit

Permalink
add getRewardAddress to builders dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sworzen1 committed Mar 11, 2024
1 parent 6e4151f commit 2c6e008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions govtool/frontend/src/context/wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@ function CardanoProvider(props: Props) {
console.error(err);
}
},
[epochParams]
[epochParams, getRewardAddress]
);

// treasury action
Expand Down Expand Up @@ -1315,7 +1315,7 @@ function CardanoProvider(props: Props) {
console.error(err);
}
},
[epochParams]
[epochParams, getRewardAddress]
);

const value = useMemo(
Expand Down

0 comments on commit 2c6e008

Please sign in to comment.