Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into emergency-pause-new-deposit
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasDotSol authored Jan 31, 2020
2 parents 8402a71 + 2e20ea8 commit 39c47ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions implementation/contracts/deposit/Deposit.sol
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ contract Deposit {
return self.lotSizeTbtc();
}

/// @notice Get the size of the funding UTXO.
/// @return Uint256 UTXO size.
function utxoSize() public view returns (uint256){
return self.utxoSize();
}

// THIS IS THE INIT FUNCTION
/// @notice The system can spin up a new deposit
/// @dev This should be called by an approved contract, not a developer
Expand Down

0 comments on commit 39c47ee

Please sign in to comment.