Skip to content

Commit 698bed4

Browse files
committed
BIT-2791 add feeRation into transaction
1 parent b151e70 commit 698bed4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

app/views/ethereum/tx/_tx_info.html.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
<% if @network[:network] == 'klaytn' %>
6363
txType
6464
feePayer
65+
feeRatio
6566
<% end %>
6667
}
6768
}
@@ -88,6 +89,7 @@
8889
<% if @network[:network] == 'klaytn' %>
8990
{name: '<%= t('widgets.titles.tx_type') %>', value: item.txType},
9091
{name: '<%= t('widgets.titles.fee_payer') %>', value: item.feePayer},
92+
{name: '<%= t('widgets.titles.fee_ratio') %>', value: item.feeRatio},
9193
<% end %>
9294
{name: '<%= t('widgets.titles.success') %>', value: item.success + ' ' + item.error },
9395

config/locales/en.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1801,6 +1801,7 @@ en:
18011801
miniblock_hash: "Miniblock Hash"
18021802
miniblock_type: "Miniblock Type"
18031803
fee_payer: "Fee Payer"
1804+
fee_ratio: "Fee Ratio"
18041805
sender_block_hash: "Sender Block Hash"
18051806
sender_shard: "Sender Shard"
18061807
receiver_block_hash: "Receiver Block Hash"

0 commit comments

Comments
 (0)