mirror of
https://github.com/AthanorLabs/atomic-swap.git
synced 2026-01-10 14:48:14 -05:00
Update ethereum/contracts/SwapDLEQ.sol
This commit is contained in:
@@ -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); */
|
||||
|
||||
Reference in New Issue
Block a user