Skip to content

Commit 8ea8045

Browse files
committed
Update bech32 Method
1 parent 3929345 commit 8ea8045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/networkProviders/transactions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function prepareTransactionForBroadcasting(transaction: ITransaction | IT
2828
version: transaction.version,
2929
options: transaction.options,
3030
guardian: transaction.guardian || undefined,
31-
relayer: transaction.relayer.bech32() || undefined,
31+
relayer: transaction.relayer.toBech32() || undefined,
3232
relayerSignature:
3333
transaction.relayerSignature.length === 0
3434
? undefined

0 commit comments

Comments
 (0)