Skip to content
Snippets Groups Projects
Unverified Commit acca00b4 authored by Alexander Morris's avatar Alexander Morris Committed by GitHub
Browse files

Update operationids.py

parent 5fa27b0a
No related branches found
No related tags found
No related merge requests found
...@@ -73,8 +73,8 @@ ops_wls = [ ...@@ -73,8 +73,8 @@ ops_wls = [
'withdraw_vesting', 'withdraw_vesting',
'account_create', 'account_create',
'account_update', 'account_update',
'account_forsale', 'account_action',
'account_buying', 'social_action',
'witness_update', 'witness_update',
'account_witness_vote', 'account_witness_vote',
'account_witness_proxy', 'account_witness_proxy',
...@@ -85,6 +85,8 @@ ops_wls = [ ...@@ -85,6 +85,8 @@ ops_wls = [
'set_withdraw_vesting_route', 'set_withdraw_vesting_route',
'custom_binary', 'custom_binary',
'claim_reward_balance', 'claim_reward_balance',
'friend_action',
'pod_action',
'author_reward', 'author_reward',
'curation_reward', 'curation_reward',
'comment_reward', 'comment_reward',
...@@ -92,6 +94,8 @@ ops_wls = [ ...@@ -92,6 +94,8 @@ ops_wls = [
'hardfork', 'hardfork',
'comment_payout_update', 'comment_payout_update',
'comment_benefactor_reward', 'comment_benefactor_reward',
'devfund',
'pod_virtual'
] ]
operations_wls = {o: ops_wls.index(o) for o in ops_wls} operations_wls = {o: ops_wls.index(o) for o in ops_wls}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment