mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-02 03:06:29 +00:00
remove duplicate map entries
This commit is contained in:
parent
aa2ab89f73
commit
143e1d821a
1 changed files with 0 additions and 2 deletions
|
@ -39,10 +39,8 @@ Map<Type, PbCreateFunc> pbClassCreators = {
|
|||
Error: () => Error(),
|
||||
Ping: () => Ping(),
|
||||
OK: () => OK(),
|
||||
ClientMessage: () => ClientMessage(),
|
||||
ServerMessage: () => ServerMessage(),
|
||||
CovertMessage: () => CovertMessage(),
|
||||
CovertResponse: () => CovertResponse()
|
||||
};
|
||||
|
||||
Future<void> sendPb(
|
||||
|
|
Loading…
Reference in a new issue