Closed APshenkin closed 4 years ago
https://github.com/vechain/thor-client-sdk4j/blob/master/src/main/java/com/vechain/thorclient/utils/rlp/RlpEncoder.java#L32
When byteValue.length == 55 we should just add offset, check web3j reference implementation
https://github.com/web3j/web3j/blob/master/rlp/src/main/java/org/web3j/rlp/RlpEncoder.java#L43
https://github.com/vechain/thor-client-sdk4j/blob/master/src/main/java/com/vechain/thorclient/utils/rlp/RlpEncoder.java#L32
When byteValue.length == 55 we should just add offset, check web3j reference implementation
https://github.com/web3j/web3j/blob/master/rlp/src/main/java/org/web3j/rlp/RlpEncoder.java#L43