1
0
Fork 0
mirror of https://github.com/eosswedenorg/libantelope synced 2026-06-18 04:20:03 +02:00

include/libeosio/WIF.hpp: Adding WIF_SIG_K1 constant.

This commit is contained in:
Henrik Hautakoski 2023-03-25 18:14:51 +01:00
parent 1aa6906ba2
commit 171db63de4
2 changed files with 4 additions and 8 deletions

View file

@ -36,7 +36,7 @@ const std::string WIF_PUB_LEG = "EOS";
const std::string WIF_PUB_K1 = "PUB_K1_";
const std::string WIF_PVT_LEG = "";
const std::string WIF_PVT_K1 = "PVT_K1_";
const std::string WIF_SIG_K1 = "SIG_K1_";
/**
* Encode an EC private key to WIF String.