I've not locked my issuer yet, have got CORS set up on apache, got https and fqdn routing properly but when I use Stellar Laboratory to try to set the home domain, I keep get signature errors. I've got my separate issuer and distributor (and "investor') accounts where I can see Lumen in all three, so I know they're active. I just can't figure out which account public and private I should be using in the Laboratory... so close... except for the toml file.
Confirmed, via https://horizon.stellar.org/accounts:"balances": [
{
"balance": "0.0000000",
"limit": "75000000.0000000",
"buying_liabilities": "0.0000000",
"selling_liabilities": "0.0000000",
"last_modified_ledger": 34609291,
"is_authorized": true,
"is_authorized_to_maintain_liabilities": true,
"asset_type": "credit_alphanum4",
"asset_code": "ROO",
"asset_issuer": "GDR7G2E2WBH7P4P7KMHSPOQGQDXQ2VXXFSI56HRHIYVOARS5T7NWST2W"
},
so, it's in the wild, but whenever I try to set the home domain or make a payment using my new token, I get [ 0 ]
signatures: Array[2] Error checking signatures...
[0]
hint: G___________________________________________5T7NW_
signature: fcKei/e0p1QmJce7jAt4l5//ki7ri5fDVxCLoG8MtBfvpRuE5tBkvve3ThAdcbTDtqN16tGJHjrhvxzIyhNpBA==
and the hint matches up with my issuer's public key.
I've got over 50 lumen in both the issuer and distributor accounts, so that shouldn't be an issue, especially since the error message is about checking signatures.
any help is greatly appreciated.