Skip to content
Snippets Groups Projects

Wallet delegations

Merged Quoc Huy Nguyen Dinh requested to merge 11-delegations into develop
1 unresolved thread

Ported the code, fixed conflicts & bugs and moved static text to locales. Can be tested on https://wallet.hivean.com

Screen_Shot_2020-05-23_at_9.38.21_pm

Screen_Shot_2020-05-23_at_9.57.45_pm

Closes #11 (closed)

Edited by Quoc Huy Nguyen Dinh

Merge request reports

Checking pipeline status.

Merged by Dan NotesteinDan Notestein 4 years ago (Jun 14, 2020 10:08pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 import React from 'react';
2 import PropTypes from 'prop-types';
3
4 const ConfirmDelegationTransfer = ({ operation, amount }) => {
5 const info = Object.keys(operation).map((k, i) => {
6 if (k === 'vesting_shares') {
7 return (
8 <div key={`transaction-group-${i}`} className="input-group">
9 <span
10 key={`transaction-label-${i}`}
11 className="input-group-label"
12 >
13 STEEM
  • added 1 commit

    • a0382d57 - Rename STEEM to HIVE in delegation transfer confirmation screen

    Compare with previous version

  • merged

  • Dan Notestein mentioned in commit ef975b3e

    mentioned in commit ef975b3e

  • Please register or sign in to reply
    Loading