JSONMapper: +JSONRPCResultMapping

master
Harald Wolff 2019-08-20 08:34:11 +02:00
parent 023e34c21b
commit 42e32919e3
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ namespace ln.json.mapping
Add(new JSONTimeSpanMapping());
Add(new JSONRPCCallMapping());
Add(new JSONRPCResultMapping());
}