opt: don't sload in Home constructor

buddies-main-deployment
James Prestwich 4 years ago committed by James Prestwich
parent c40d6114a8
commit b7bb37ea51
No known key found for this signature in database
GPG Key ID: 7CC174C250AD83AD
  1. 2
      solidity/contracts/Home.sol

@ -29,7 +29,7 @@ contract Home is MerkleTreeManager, QueueManager, Common {
Common(_originSLIP44, address(0), bytes32(0))
{
sortition = ISortition(_sortition);
updater = sortition.current();
updater = ISortition(_sortition).current();
}
function fail() internal override {

Loading…
Cancel
Save