Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
Minds Backend - Engine
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
3
Snippets
Groups
Projects
Show more breadcrumbs
Minds
Minds Backend - Engine
Merge requests
!279
You need to sign in or sign up before continuing.
[Sprint/JollyJellyfish](feat): Added plus tiers to endpoint and passed through
#578
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
[Sprint/JollyJellyfish](feat): Added plus tiers to endpoint and passed through
#578
feat/plus-tiers-578
into
master
Overview
10
Commits
16
Pipelines
13
Changes
1
Closed
Ben
requested to merge
feat/plus-tiers-578
into
master
5 years ago
Overview
10
Commits
16
Pipelines
13
Changes
1
Expand
Depends on
front!460 (closed)
Edited
5 years ago
by
Ben
0
0
Merge request reports
Viewing commit
3e91bee5
Prev
Next
Show latest version
1 file
+
2
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
3e91bee5
Quick fix
· 3e91bee5
Ben
authored
5 years ago
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
Core/Wire/Delegates/Plus.php
+
2
−
2
Options
@@ -46,8 +46,8 @@ class Plus
@@ -46,8 +46,8 @@ class Plus
return
$wire
;
//not offchain or potential onchain fraud
return
$wire
;
//not offchain or potential onchain fraud
}
}
// 20 tokens
// 20 tokens
, 180 tokens, 500 tokens.
if
(
$wire
->
getAmount
()
!=
"20000000000000000000"
)
{
if
(
$wire
->
getAmount
()
!=
"20000000000000000000"
&&
$wire
->
getAmount
()
!=
"180000000000000000000"
&&
$wire
->
getAmount
()
!=
"500000000000000000000"
)
{
return
$wire
;
//incorrect wire amount sent
return
$wire
;
//incorrect wire amount sent
}
}
Loading