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) ```
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