Reject unexpected binding sig during transaction write

This commit is contained in:
Jack Grigg
2018-11-30 00:51:05 +00:00
parent 61ce4dd3d6
commit 9b06205ed6
5 changed files with 43 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ extern crate lazy_static;
extern crate blake2_rfc;
extern crate byteorder;
extern crate pairing;
extern crate rand;
extern crate sapling_crypto;
use sapling_crypto::jubjub::JubjubBls12;