Skip to content

Fix amount symbol in transfer / power up operations: shows STEEM rather than HIVE

Voltair requested to merge fix-amount-symbol-in-operation into develop

Description

This defect happens to all the transfer / power up and relevant operations where the amount symbol is STEEM but not HIVE.

This should happen to users who login with Hive Keychain / HiveSigner or login/password.

1.1 HiveSigner Transfer

image

1.2 HiveSigner Power Up

image

2.1 Hive Keychain Transfer

image

2.2 ### Hive Keychain Power Up

image

Cause

caused by the replacement of HIVE symbol to STEEM, and HBD symbol to SBD, which is needed at the early days of HIVE fork from Steem.

Fix

remove the unnecessary replacement

Merge request reports