Skip to content

Commit

Permalink
TSDK-733 Fix testTx for server.
Browse files Browse the repository at this point in the history
  • Loading branch information
mundacho committed Feb 5, 2024
1 parent f278c65 commit 4e3c468
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ class ConfirmRedemptionControllerSpec extends CatsEffectSuite with SharedData {
testBlockToRecover,
RegTest
)
_ <- IO.println("sessionInfo: " + sessionInfo)
res <- ConfirmRedemptionController.confirmRedemption(
ConfirmRedemptionRequest(
sessionInfo.toOption.get.sessionID,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ trait SharedData {
val testPassword = "password"

val testTx =
"02000000000101d0e18d3e7353fc08411019d71d04eb6b508e41d96084dd835d94058e3ca6d908000000000000000000016879070000000000160014beba1ba7e478e9fd73ca1051b28c772f4731fdfa042073656372657400000000000000000000000000000000000000000000000000004730440220763345eac344bf25eff6f79a800d4a012ff108152dbca1975417093bbd1474d7022074210098c5bd073284b0aec70ea9dbc312eed6dca99c9f938b8af2f8b968efbb010073210295bb5a3b80eeccb1e38ab2cbac2545e9af6c7012cdc8d53bd276754c54fc2e4aac64210366c1e0b84a28f05ac6a5548ddacf7ac203908f685bd477fd58adcb5bb41f3e4fad82012088a820497a39b618484855ebb5a2cabf6ee52ff092e7c17f8bfe79313529f9774f83a287670164b26800000000"
"02000000000101d0e18d3e7353fc08411019d71d04eb6b508e41d96084dd835d94058e3ca6d908000000000000000000016879070000000000160014dea1718c2be558c7808fe54b1b88b94b6993f155042073656372657400000000000000000000000000000000000000000000000000004830450221009be1d1b2c6863500385dab2ce9aae4e0d0f6805fba8f6e3e3ce8759d442e88c10220197c178a10345bd5390ee0260e58e64ed22e19939c2d772cf58f81a509109947010073210295bb5a3b80eeccb1e38ab2cbac2545e9af6c7012cdc8d53bd276754c54fc2e4aac642103915d8a509bb0a9da5955edc6eca077626ec0c6cfb6b1f1ec40735564b70d2cefad82012088a820497a39b618484855ebb5a2cabf6ee52ff092e7c17f8bfe79313529f9774f83a287670164b26800000000"


val testBlockToRecover = 100
Expand Down

0 comments on commit 4e3c468

Please sign in to comment.