fix support for eth testnet chains (use correct tx signer)

This commit is contained in:
Ian Norden
2020-08-12 09:26:18 -05:00
parent c4876739a1
commit 52b5c99760
10 changed files with 55 additions and 16 deletions
+3
View File
@@ -16,6 +16,9 @@
package shared
// Very loose interface types for generic processing of different blockchains
// TODO: split different blockchain support into separate repos
// These types serve as very loose wrappers around a generic underlying interface{}
type RawChainData interface{}