mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-17 00:31:34 +03:00
fix placeLockOrder same secret and secretHash
This commit is contained in:
@@ -271,7 +271,7 @@ class Aggregator {
|
||||
amount: signedLockOrder.amount,
|
||||
targetChainId: Number(signedLockOrder.targetChainId),
|
||||
sign: signedLockOrder.signature,
|
||||
secret: signedLockOrder.secretHash,
|
||||
secret: signedLockOrder.secret,
|
||||
}
|
||||
|
||||
return fetchWithValidation(
|
||||
|
||||
Reference in New Issue
Block a user