mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-22 22:25:26 +01:00
using a different seed for alice and bob in tests
This commit is contained in:
parent
b4cb612f4a
commit
11935151a2
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ object TestConstants {
|
|||
paymentKey = Scalar(Array.fill[Byte](32)(13) :+ 1.toByte),
|
||||
delayedPaymentKey = Scalar(Array.fill[Byte](32)(14) :+ 1.toByte),
|
||||
defaultFinalScriptPubKey = Script.pay2wpkh(Scalar(Array.fill[Byte](32)(15) :+ 1.toByte).toPoint),
|
||||
shaSeed = Crypto.sha256("alice-seed".getBytes()),
|
||||
shaSeed = Crypto.sha256("bob-seed".getBytes()),
|
||||
isFunder = false
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue