hi I Created private Chain,
in the send transaction. If gasPrice:0 is set, the blockchain does not crash, error-free transactions take place. but if gasPrice:1 or any other number the blockchain crashes.
**** BLOCKCHAIN ERROR *****
ERROR[03-23|16:38:11.003] ExecuteMsg failed err="invalid opcode: opcode 0xfe not defined" ret=
panic: invalid opcode: opcode 0xfe not defined
hi I Created private Chain, in the send transaction. If gasPrice:0 is set, the blockchain does not crash, error-free transactions take place. but if gasPrice:1 or any other number the blockchain crashes.
**** BLOCKCHAIN ERROR *****
ERROR[03-23|16:38:11.003] ExecuteMsg failed err="invalid opcode: opcode 0xfe not defined" ret= panic: invalid opcode: opcode 0xfe not defined
goroutine 88 [running]: github.com/ethereum/go-ethereum/consensus/congress.(Congress).FinalizeAndAssemble(0xc00011d860, 0x19ebf18, 0xc000421000, 0xc002e1cd80, 0xc0011c6d00, 0xc000010698, 0x1, 0x1, 0xc0040a9210, 0x0, ...) github.com/ethereum/go-ethereum/consensus/congress/congress.go:727 +0xd86 github.com/ethereum/go-ethereum/miner.(worker).commit(0xc0002a6780, 0xc0040a9210, 0x0, 0x2, 0x0, 0xc0017b2a01, 0xc0ff3dfcc02e2a96, 0x23b01cf0a2, 0x263b000, 0x0, ...) github.com/ethereum/go-ethereum/miner/worker.go:1060 +0x1ef github.com/ethereum/go-ethereum/miner.(worker).commitNewWork(0xc0002a6780, 0xc0017b2a78, 0x1, 0x641c8071) github.com/ethereum/go-ethereum/miner/worker.go:1048 +0x845 github.com/ethereum/go-ethereum/miner.(worker).mainLoop(0xc0002a6780) github.com/ethereum/go-ethereum/miner/worker.go:474 +0x8a7 created by github.com/ethereum/go-ethereum/miner.newWorker github.com/ethereum/go-ethereum/miner/worker.go:241 +0x5d6