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
+flatcloud0b3
whirlpool-server
Commits
afadcf34
Commit
afadcf34
authored
Oct 18, 2020
by
zeroleak
Browse files
cleanup
parent
b0c65882
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
src/main/java/com/samourai/whirlpool/server/beans/Mix.java
src/main/java/com/samourai/whirlpool/server/beans/Mix.java
+3
-0
src/main/resources/static/css/history.css
src/main/resources/static/css/history.css
+3
-0
No files found.
src/main/java/com/samourai/whirlpool/server/beans/Mix.java
View file @
afadcf34
...
...
@@ -374,6 +374,9 @@ public class Mix {
.
collect
(
Collectors
.
toList
());
if
(!
confirmedInputs
.
isEmpty
())
{
boolean
mixAlreadyStarted
=
this
.
isAlreadyStarted
();
for
(
ConfirmedInput
confirmedInput
:
confirmedInputs
)
{
unregisterInput
(
confirmedInput
);
}
if
(
mixAlreadyStarted
)
{
// blame confirmed inputs & restart mix
return
confirmedInputs
;
...
...
src/main/resources/static/css/history.css
View file @
afadcf34
...
...
@@ -6,4 +6,7 @@ td.mixId, td.txid, td.rawTx {
}
.popover-body
{
font-size
:
0.6em
;
}
td
.status
{
width
:
32em
;
}
\ No newline at end of file
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