add push raises to nimbus_light_client

This commit is contained in:
tersec 2024-05-15 14:01:52 +00:00
parent 69f13eaa51
commit 111e5d8006
No known key found for this signature in database
GPG Key ID: 3D7A11A0156519DC

View File

@ -5,6 +5,8 @@
# * Apache v2 license (license terms in the root directory or at https://www.apache.org/licenses/LICENSE-2.0).
# at your option. This file may not be copied, modified, or distributed except according to those terms.
{.push raises: [].}
import
std/os,
chronicles, chronos, stew/io2,