contracts-bedrock: fix compiler warnings
Fix the compiler warnings in the `DelayedVetoable` tests. There were unused variables returned from low level calls. There are alternative compiler warning if there is no assignment to the variables, so the solution is to use them either in an assertion or just reference them on their own line. Silly compiler.
Showing
Please register or sign in to comment