Skip to content

Validation required for currency and issuer for activations #6

Description

@whoisjeremylam

If the json request doesn't have currency or issuer, the server will fail with a nil pointer dereference.

See ripplehandlers\walletHandlers.go line 269

            amount.Currency = c["currency"].(string)
            amount.Issuer = c["issuer"].(string)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions