We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3929345 commit 8ea8045Copy full SHA for 8ea8045
src/networkProviders/transactions.ts
@@ -28,7 +28,7 @@ export function prepareTransactionForBroadcasting(transaction: ITransaction | IT
28
version: transaction.version,
29
options: transaction.options,
30
guardian: transaction.guardian || undefined,
31
- relayer: transaction.relayer.bech32() || undefined,
+ relayer: transaction.relayer.toBech32() || undefined,
32
relayerSignature:
33
transaction.relayerSignature.length === 0
34
? undefined
0 commit comments