Skip to content

Commit

Permalink
#447 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
otselnik committed Mar 12, 2022
1 parent d366e8f commit b3f6e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/indexer/indexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ def execute(self) -> bool:

self.debug(f"neon_account({neon_account}), pda_account({pda_account}), code_account({code_account}), slot({self.ix.sign.slot})")

self.state.add_account_to_db(neon_account, pda_account, code_account, self.ix.sign.slot)
self.state.add_account_to_db(neon_account, pda_account, code_account, self.ix.sign.slot, self.ix.sign.sign)
return True

class ResizeStorageAccountIxDecoder(DummyIxDecoder):
Expand Down

0 comments on commit b3f6e4a

Please sign in to comment.