-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add base node proto to fix compile error (#898)
Description --- adds base node proto to common_types to fix compile error removes tari_comms from common deps and adds them to integration_tests crate Motivation and Context --- tari_core fails to compile without base_node_proto. This happens in transaction_generator. This issue might be fixed in the [features-dan2](tari-project/tari#6078) PR How Has This Been Tested? --- transaction_generator compiles What process can a PR reviewer use to test or verify this change? --- transaction_generator compiles Breaking Changes --- - [x] None - [ ] Requires data directory to be deleted - [ ] Other - Please specify
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters