You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
set_block_number has an empty default implementation here.
So I assume the problem here is, that set_block_number was not properly implemented on the moonbeam nimbus side.
It fails here. The
T::SlotBeacon::slot()
seems to return zero, although it was set in the benchmarks here.set_block_number
has an empty default implementation here.So I assume the problem here is, that
set_block_number
was not properly implemented on the moonbeam nimbus side.So the fix is to implement
set_block_number
forBlockNumberProvider
:The text was updated successfully, but these errors were encountered: