When a SEP-31 receiving anchor doesn't require any per-transaction fields, the sending anchor should send a request like so:
{
...,
"fields": {
"transaction": {}
}
}
However, the demo wallet sends:
This is a minor issue, but strict servers will reject the first request because it technically doesn't comply with the schema. Our anchor platform currently rejects this request.
When a SEP-31 receiving anchor doesn't require any per-transaction fields, the sending anchor should send a request like so:
{ ..., "fields": { "transaction": {} } }However, the demo wallet sends:
{ ..., "fields": {} }This is a minor issue, but strict servers will reject the first request because it technically doesn't comply with the schema. Our anchor platform currently rejects this request.