Skip to content

Commit

Permalink
fixup! Backend,Frontend,Tests: rm txDetail from SignedTx
Browse files Browse the repository at this point in the history
  • Loading branch information
aarani committed Oct 5, 2023
1 parent d25e873 commit 32c7fb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/GWallet.Frontend.Console/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Portable.BouncyCastle" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.8.5.0" newVersion="1.8.5.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
<startup>
Expand Down

0 comments on commit 32c7fb2

Please sign in to comment.