Zondax / ledger-polkadot

Polkadot app for Ledger Nano S and X
Apache License 2.0
67 stars 32 forks source link

Proxy.proxy is marked as nesting supported, but not working on-device #183

Closed rossbulat closed 1 year ago

rossbulat commented 1 year ago

When I attempt to sign a staking.bondExtra extrinsic using Ledger as an Any proxy, I am getting the following error:

Error: Call nesting not supported

To describe the call structure further, here is the method value of the transaction:

{
    "method": {
        "args": {
            "real": {
                "Id": "1hYiMW8KSfUYChzCQSPGXvMSyKVqmyvMXqohjKr3oU5PCXF"
            },
            "force_proxy_type": null,
            "call": {
                "args": {
                    "max_additional": "53,987,518,958"
                },
                "method": "bondExtra",
                "section": "staking"
            }
        },
        "method": "proxy",
        "section": "proxy"
    }
}

Was proxy.proxy mistakenly marked as Nested supported?

:link: zboto Link