Fix a typo in the signature module
Thanks fdb-hiroshima for noticing it
This commit is contained in:
parent
1a2cf3b14f
commit
cb0b8297fa
@ -49,7 +49,7 @@ impl Signable for serde_json::Value {
|
|||||||
|
|
||||||
let signature = base64::encode(&creator.sign(to_be_signed));
|
let signature = base64::encode(&creator.sign(to_be_signed));
|
||||||
|
|
||||||
options["signaureValue"] = serde_json::Value::String(signature);
|
options["signatureValue"] = serde_json::Value::String(signature);
|
||||||
self["signature"] = options;
|
self["signature"] = options;
|
||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user