You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example for recurring transfers includes two issues:
1st: "fractionOfBalance": "0.1",is only valid for governance initiated transfers so should be removed
✗ Error: the transaction does not use a valid Vega command: unknown field "fractionOfBalance" in vega.commands.v1.Transfer
2nd: "windowLength": ["1"], should be "windowLength": "1"
Description
The example for recurring transfers includes two issues:
1st:
"fractionOfBalance": "0.1",
is only valid for governance initiated transfers so should be removed✗ Error: the transaction does not use a valid Vega command: unknown field "fractionOfBalance" in vega.commands.v1.Transfer
2nd: "windowLength": ["1"], should be "windowLength": "1"
https://docs.vega.xyz/testnet/tutorials/assets-tokens/transferring-assets#one-off-transfer-to-vega-key
Working example
23311CC9B788B71B00B0CE3F15BB1C66699C463E9DC82A23583C4C7630AE4878
The text was updated successfully, but these errors were encountered: