Open chlenc opened 7 months ago
This should have been solved here. It was released as 0.55.1 so it should be picked up by your cargo.
Make sure you run cargo update
just in case your Cargo.lock
still points to 0.55.0
.
@hal3e fyi.
This should have been solved here. It was released as 0.55.1 so it should be picked up by your cargo.
Make sure you run
cargo update
just in case yourCargo.lock
still points to0.55.0
.@hal3e fyi.
Unfortunately I do know that it should have been fixed in 0.55.1
and I've checked and re-checked multiple times that we were using the correct version in our matcher. As you can see in the screenshot, we really do. And the issue is still there. Our production env matcher has just encountered this too. The only workaround we have for now is to create a new wallet for this and restart the matcher app.
gm guys, i trying to send some money to my contract address, but the call fails with error
"Response errors; Validity(InsufficientFeeAmount { expected: 652174, provided: 0 })" })
, can you help me how to fix that