Skip to content

Issue-298: Add test sign transaction with wallet with other type of serialization

The correctness of signing transactions is tested when the wallet's operating mode is changed(legacy or hf26):

  1. Sign transaction generated by legacy wallet with legacy wallet
  2. Sign transaction generated by hf26 wallet with hf26 wallet
  3. Sign transaction generated by legacy wallet with hf26 wallet
  4. Sign transaction generated by hf26 wallet with legacy wallet

Covering issue: #298

Edited by Radosław Masłowski

Merge request reports