Skip to content

Commit a553385

Browse files
committed
fix
1 parent 7f9b3a1 commit a553385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript-api/src/moonbase/interfaces/augment-api-events.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ declare module "@polkadot/api-base/types/events" {
197197
/**
198198
* A NimbusId has been registered and mapped to an AccountId.
199199
*/
200-
: AugmentedEvent<ApiType, [NimbusPrimitivesNimbusCryptoPublic, AccountId20]>;
200+
KeysRegistered: AugmentedEvent<ApiType, [NimbusPrimitivesNimbusCryptoPublic, AccountId20]>;
201201
/**
202202
* An NimbusId has been registered, replacing a previous registration and
203203
* its mapping.

0 commit comments

Comments
 (0)