Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
marketplaces
gannonce-ui
Commits
45a595ec
Commit
45a595ec
authored
Jul 18, 2017
by
Cédric Moreau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix] Bug d'affichage
parent
bdafdc62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/services/crowdfunding-service.ts
src/services/crowdfunding-service.ts
+1
-1
No files found.
src/services/crowdfunding-service.ts
View file @
45a595ec
...
...
@@ -22,7 +22,7 @@ export class CrowdfundingService {
const
montants
=
[]
for
(
const
tx
of
(
a
.
payments
||
[]))
{
for
(
const
output
of
tx
.
outputs
)
{
if
(
output
.
match
(
new
RegExp
(
"
:SIG
\\
(
"
+
a
.
pub
+
"
\\
)
"
)))
{
if
(
(
output
.
conditions
||
output
).
match
(
new
RegExp
(
"
:SIG
\\
(
"
+
a
.
pub
+
"
\\
)
"
)))
{
const
sp
=
output
.
split
(
'
:
'
)
const
amount
=
parseInt
(
sp
[
0
])
const
base
=
parseInt
(
sp
[
1
])
...
...
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