Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed swaps for non-dirct XOR swaps #53

Merged
merged 1 commit into from
Mar 20, 2022
Merged

Conversation

pgolovkin
Copy link
Contributor

The problem was with the account address of the intermediate XOR account.
I've checked a few transactions
https://sora.subscan.io/extrinsic/0x0ff47aef991168beb5d50f6427f794e2b92273b682907649a00a94abcbb88471
https://sora.subscan.io/extrinsic/0x0af787f5c4c84368372cc46f55ae293af5873841b0fc4958bf22392330c5adfb

And I'm getting the following address

"event_index": null,
        "module_id": "Balances",
        "event_id": "Endowed",
        "attributes": [
            {
                "type": "AccountId",
                "value": "cnTQ1kbv7PBNNQrEb1tZpmK7ftiv4yCCpUQy1J2y7Y54Taiaw"
            },
            {
                "type": "Balance",
                "value": 308518068319501973
            }
        ],

@pgolovkin pgolovkin merged commit 56c0ec0 into master Mar 20, 2022
@pgolovkin pgolovkin deleted the fix/non_direct_xor_swaps branch March 20, 2022 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants