Hi, I have a private testnet where I'd like to change the fee schedule. I've tried with the following:
# Create proposal
propose_fee_change init0 "2020-06-01T00:00:00" {"transfer":{"fee":1000000,"price_per_kbyte":10000}} true
# Approve proposal
approve_proposal init0 1.10.1 {"active_approvals_to_add" : ["init0"]} true
But it doesn't seem to work. What am I doing wrong?