Skip to content

Commit ae1f6d5

Browse files
committed
Move around polytone fn order
1 parent eafab00 commit ae1f6d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/utils/polytone/predict-proxy-address.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const generatePolytoneProxySalt = ({
3838
* @param controllerSender - The sending address on the controller chain.
3939
* @param hostVoiceAddress - The address of the host chain's Voice contract.
4040
* @param hostProxyChecksum - The checksum of the host chain's proxy contract.
41-
* @param voiceConnectionId - The connection ID of the Voice contract to the Note.
41+
* @param hostVoiceConnectionId - The connection ID of the Voice contract to the Note.
4242
*/
4343
export const predictPolytoneProxyAddress = async ({
4444
controllerNoteAddress,
@@ -50,8 +50,8 @@ export const predictPolytoneProxyAddress = async ({
5050
controllerNoteAddress: string
5151
controllerSender: string
5252
hostVoiceAddress: string
53-
hostProxyChecksum: string
5453
hostVoiceConnectionId: `connection-${string}`
54+
hostProxyChecksum: string
5555
}) => {
5656
// Sanity check
5757
const notePrefix = fromBech32(controllerNoteAddress).prefix

0 commit comments

Comments
 (0)