Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Revert 2b03e62
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunsoo Park committed Aug 10, 2021
1 parent 7a8c85a commit 4aaba41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iconservice/iiss/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ def _put_delegation_to_rc_db(cls,

delegation_tx: 'DelegationTx' = RewardCalcDataCreator.create_tx_delegation(delegation_list)
iiss_tx_data: 'TxData' = RewardCalcDataCreator.create_tx(address, context.block.height, delegation_tx)
context.storage.rc.put(context.rc_tx_batch, iiss_tx_data)
context.storage.rc.put(context.rc_block_batch, iiss_tx_data)

def handle_get_delegation(self, context: 'IconScoreContext', address: 'Address') -> dict:
"""Handles getDelegation JSON-RPC API request
Expand Down

0 comments on commit 4aaba41

Please sign in to comment.