Skip to content

Remove compatibility for v0.4.6

Christopher Schinnerl requested to merge VoidingWarranties:gateway-misc into master

Created by: VoidingWarranties

AcceptTransactionSet was broadcasting both the RPC RelayTransactionSet and the RPC RelayTransaction to maintain compatibility with v0.4.6. But because rpcIDs are 8 bytes, the two rpcIDs collide.

Also add clarifying comment regarding RPC identifiers to RegisterRPC.

Merge request reports