Skip to content

Commit 8e62d42

Browse files
committed
nostr-sdk-ffi: fix namespace
1 parent b43882e commit 8e62d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/nostr-sdk-ffi/src/nostr_sdk.udl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
22
// Distributed under the MIT software license
33

4-
namespace nostrsdk {
4+
namespace nostr_sdk {
55
void init_logger(optional string? level = null);
66
u64 timestamp();
77
};

0 commit comments

Comments
 (0)