File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ public static Account From(AccountDto account)
115115 Nonce = account . Nonce ,
116116 Shard = account . Shard ,
117117 Assets = account . Assets ,
118- RootHash = Encoding . UTF8 . GetString ( Convert . FromBase64String ( account . RootHash ) ) ,
118+ RootHash = account . RootHash == null ? null : Encoding . UTF8 . GetString ( Convert . FromBase64String ( account . RootHash ) ) ,
119119 TxCount = account . TxCount ,
120120 SrcCount = account . ScrCount ,
121121 UserName = account . UserName ,
Original file line number Diff line number Diff line change 1111 <RepositoryUrl >https://github.com/RemarkableTools/Mx.NET.SDK</RepositoryUrl >
1212 <RepositoryType >GitHub</RepositoryType >
1313 <Company >Remarkable Tools</Company >
14- <Version >1.0.6 </Version >
14+ <Version >1.0.7 </Version >
1515 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
1616 <Title >RemarkableTools.Mx</Title >
1717 <PackageReadmeFile >README.md</PackageReadmeFile >
You can’t perform that action at this time.
0 commit comments