flow.json contains invalid json: decode private key failed: the signature scheme UNKNOWN is not supported.
Stuck with this error whenever I try and send a transaction with the Flow CLI. The error is definitely with my flow.json, since just writing “flow transactions send” with no parameters results in this error. My account in flow.json looks like this
“accounts”: {
“service”: {
“address”: “f8d6e0586b0a20c7”,
“keys”: “1748ed39625b4d2dd2716be884dadd50ac82877b888ed5ecf19412d7644fl791”,
“chain”: “flow-emulator”
}
}
I’ve tried basically every way of formatting flow.json to no avail. I think it’s a bug, since I get the same error if I try to use the emulator with “flow emulator start”, however have no issues with “flow project start-emulator”. I’m able to get my transactions to work in the Flow playground as well. Anyone else experienced this or understand why this is happening?