Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wallet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
wallet
Merge requests
!39
Something went wrong on our end
[JES] Update to allow claiming balances on eclipse nodes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[JES] Update to allow claiming balances on eclipse nodes
jsalyers-update-for-rebranded-api
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Jason Salyers
requested to merge
jsalyers-update-for-rebranded-api
into
develop
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
0f7836b8
Show latest version
1 file
+
3
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
0f7836b8
[JES] Update to allow claiming balances on eclipse nodes
· 0f7836b8
Jason Salyers
authored
4 years ago
src/app/components/modules/UserWallet.jsx
+
3
−
4
Options
@@ -48,8 +48,7 @@ const VALID_OPERATION_TYPES = [
"
escrow_release
"
,
"
fill_convert_request
"
,
"
fill_order
"
,
"
claim_reward_balance
"
,
"
producer_reward
"
"
claim_reward_balance
"
];
class
UserWallet
extends
React
.
Component
{
@@ -853,8 +852,8 @@ export default connect(
const
operation
=
{
account
:
username
,
reward_
steem
:
account
.
get
(
'
reward_hive_balance
'
),
reward_
s
bd
:
account
.
get
(
'
reward_hbd_balance
'
),
reward_
hive
:
account
.
get
(
'
reward_hive_balance
'
),
reward_
h
bd
:
account
.
get
(
'
reward_hbd_balance
'
),
reward_vests
:
account
.
get
(
'
reward_vesting_balance
'
),
};
Loading