Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

[PAN-2343] smart contract permission controller #1083

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[PAN-2343] removed some bad debugging
  • Loading branch information
Errorific committed Mar 11, 2019
commit d8b41b577766b06d564ab1f97b556a39c9ac035b
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public boolean isPermitted(final EnodeURL sourceEnode, final EnodeURL destinatio

return result
.map(r -> checkTransactionResult(r.getOutput()))
.orElseThrow(() -> new IllegalStateException("the hell")); // .orElse(false);
.orElse(false);
}

// Checks the returned bytes from the permissioning contract call to see if it's a value we
Expand Down