Skip to content

Commit 94081d0

Browse files
committed
Add hash to test output
1 parent 1615b3a commit 94081d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/server/soroban/get_transaction_test.js

+1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ function makeTxResult(status, addSoroban = true) {
152152

153153
return {
154154
status,
155+
txHash: "aa6a8e198abe53c7e852e4870413b29fe9ef04da1415a97a5de1a4ae489e11e2",
155156
latestLedger: 100,
156157
latestLedgerCloseTime: 12345,
157158
oldestLedger: 50,

0 commit comments

Comments
 (0)