Implement RegisterSubnetValidatorTx
#7344
Annotations
5 errors and 1 warning
vms/platformvm/txs/fee/complexity.go#L75
cannot use (*complexityVisitor)(nil) (value of type *complexityVisitor) as txs.Visitor value in variable declaration: *complexityVisitor does not implement txs.Visitor (missing method RegisterSubnetValidatorTx)
|
vms/platformvm/txs/fee/complexity.go#L200
cannot use &c (value of type *complexityVisitor) as txs.Visitor value in argument to tx.Visit: *complexityVisitor does not implement txs.Visitor (missing method RegisterSubnetValidatorTx)
|
vms/platformvm/txs/fee/static_calculator.go#L13
cannot use (*staticVisitor)(nil) (value of type *staticVisitor) as txs.Visitor value in variable declaration: *staticVisitor does not implement txs.Visitor (missing method RegisterSubnetValidatorTx)
|
vms/platformvm/txs/fee/static_calculator.go#L30
cannot use &v (value of type *staticVisitor) as txs.Visitor value in argument to tx.Visit: *staticVisitor does not implement txs.Visitor (missing method RegisterSubnetValidatorTx)
|
|
This workflow ran on a hosted runner that uses the "Base Image for Ubuntu Server 20.04". This image will be deprecated in September 2024. Please setup a new runner to use the "Ubuntu 22.04 by Arm Limited" or "Ubuntu 24.04 by Arm Limited" image. This will help reduce workflow run times as there are pre-installed tools. To view the list of installed software on new images, head to https://github.com/actions/partner-runner-images repository.
|
This job failed
Loading