e2e test network #1263
Annotations
9 errors
build:
x/oracle/keeper/aggregator/aggregator.go#L59
cannot use copyBigInt(agg.finalPrice) (value of type *big.Int) as string value in struct literal
|
build:
x/oracle/keeper/aggregator/aggregator.go#L59
cannot use agg.finalPrice (variable of type string) as *big.Int value in argument to copyBigInt
|
build:
x/oracle/keeper/aggregator/aggregator.go#L71
cannot use copyBigInt(report.price) (value of type *big.Int) as string value in assignment
|
build:
x/oracle/keeper/aggregator/aggregator.go#L71
cannot use report.price (variable of type string) as *big.Int value in argument to copyBigInt
|
build:
x/oracle/keeper/aggregator/aggregator.go#L77
cannot use copyBigInt(v.price) (value of type *big.Int) as string value in assignment
|
build:
x/oracle/keeper/aggregator/aggregator.go#L77
cannot use v.price (variable of type string) as *big.Int value in argument to copyBigInt
|
build:
x/oracle/keeper/aggregator/calculator.go#L77
cannot use copyBigInt(v.price) (value of type *big.Int) as string value in struct literal
|
build:
x/oracle/keeper/aggregator/calculator.go#L77
cannot use v.price (variable of type string) as *big.Int value in argument to copyBigInt
|
build
Process completed with exit code 2.
|