Update ethereum/contracts/SwapDLEQ.sol

This commit is contained in:
Aleixo Sánchez
2021-10-24 15:24:14 +01:00
committed by GitHub
parent f440017fb2
commit 1782ef4e6a

View File

@@ -100,7 +100,6 @@ contract SwapDLEQ {
// send eth back to owner==caller (Alice)
selfdestruct(owner);
}
/* function verifySecret(uint256 _s, bytes32 pubKey) internal view { */
/* // (uint256 px, uint256 py) = ed25519.derivePubKey(_s); */
/* (uint256 px, uint256 py) = ed25519.scalarMultBase(_s); */