Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chiguireitor
addrindexrs
Commits
2e6bfd77
Commit
2e6bfd77
authored
Nov 06, 2019
by
kenshin-samourai
Browse files
dedup txids before returning the result
parent
9e8adc4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/query.rs
src/query.rs
+1
-0
No files found.
src/query.rs
View file @
2e6bfd77
...
...
@@ -54,6 +54,7 @@ impl Status {
txns
.push
(
s
.txid
);
}
txns
.sort_unstable
();
txns
.dedup
();
txns
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment