Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 388fd70

Browse files
committed
typo fix
1 parent acc7157 commit 388fd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/dataunion/withdraw.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ describe('DataUnion withdraw', () => {
197197
address: sidechainAmbAddress,
198198
topics: [signatureRequestEventSignature]
199199
}, async (event) => {
200-
log(`Observed signature request for message id=${event.topic[1]}`) // messageId is indexed so it's in topics...
200+
log(`Observed signature request for message id=${event.topics[1]}`) // messageId is indexed so it's in topics...
201201
const message = defaultAbiCoder.decode(['bytes'], event.data)[0] // ...only encodedData is in data
202202
const hash = keccak256(message)
203203
const adminClient = new StreamrClient(config.clientOptions)

0 commit comments

Comments
 (0)