(id uint32)
| 102 | } |
| 103 | |
| 104 | func GetNetworkMagic(id uint32) uint32 { |
| 105 | nid, ok := NETWORK_MAGIC[id] |
| 106 | if ok { |
| 107 | return nid |
| 108 | } |
| 109 | return id |
| 110 | } |
| 111 | |
| 112 | func GetStateHashCheckHeight(id uint32) uint32 { |
| 113 | return 0 |
no outgoing calls
no test coverage detected