Skip to content

Commit

Permalink
Merge branch 'develop' into fix/update-dmsg-monitor-logic-based-on-ne…
Browse files Browse the repository at this point in the history
…w-changes-on-dmsg-discovery
  • Loading branch information
mrpalide authored Feb 26, 2024
2 parents c3dfca9 + 1f5d698 commit 7775a17
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pkg/dmsg-monitor/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -443,5 +443,8 @@ func whitelistedPKs() map[string]bool {
for _, pk := range strings.Split(utilenv.SurveyWhitelistPKs, ",") {
whitelistedPKs[pk] = true
}
for _, pk := range strings.Split(utilenv.RewardSystemPKs, ",") {
whitelistedPKs[pk] = true
}
return whitelistedPKs
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ github.com/skycoin/skywire/pkg/visor/usermanager
github.com/skycoin/skywire/pkg/visor/visorconfig
github.com/skycoin/skywire/pkg/visor/visorinit
github.com/skycoin/skywire/static/icons
# github.com/skycoin/skywire-utilities v1.3.17
# github.com/skycoin/skywire-utilities v1.3.18-0.20240208220612-9f31eda72f33
## explicit; go 1.21
github.com/skycoin/skywire-utilities/pkg/buildinfo
github.com/skycoin/skywire-utilities/pkg/cipher
Expand Down

0 comments on commit 7775a17

Please sign in to comment.