Skip to content

Commit

Permalink
Remove binary data from Signers neo-project/neo#2708 (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
ixje authored Jul 1, 2022
1 parent 64d0492 commit 936cce0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion neo3/network/payloads/verification.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ def to_json(self) -> dict:

def to_stack_item(self) -> vm.StackItem:
items: List[vm.StackItem] = []
items.append(vm.ByteStringStackItem(self.to_array()))
items.append(vm.ByteStringStackItem(self.account.to_array()))
items.append(vm.IntegerStackItem(self.scope.value))

Expand Down

0 comments on commit 936cce0

Please sign in to comment.