Skip to content

Fix linked notes#118

Merged
Fernthedev merged 1 commit into
bsq-ports:masterfrom
RusJJ:master
Apr 27, 2026
Merged

Fix linked notes#118
Fernthedev merged 1 commit into
bsq-ports:masterfrom
RusJJ:master

Conversation

@RusJJ
Copy link
Copy Markdown
Contributor

@RusJJ RusJJ commented Apr 27, 2026

This commit fixed notes linking. The code was okay, just a different logic with unordered_map's hashing. It was always creating a new map instead of looking for our.
std::string_view -> std::string

std::string_view = hashing an ADDRESS, std::string = hashing a TEXT

std::string_view -> std::string
string_view = hashing an ADDRESS
string = hashing a TEXT
@RusJJ
Copy link
Copy Markdown
Contributor Author

RusJJ commented Apr 27, 2026

Fixes #116

@Fernthedev Fernthedev merged commit 6107f31 into bsq-ports:master Apr 27, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants