@indra.ai/deva 1.1.61 → 1.1.62
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1026,7 +1026,7 @@ class Deva {
|
|
|
1026
1026
|
// create a hash for the answer and insert into answer meta.
|
|
1027
1027
|
packet_answer.meta.hash = this.hash(packet_answer, 'sha256');
|
|
1028
1028
|
|
|
1029
|
-
packet.a =
|
|
1029
|
+
packet.a = packet_answer;
|
|
1030
1030
|
packet.hash = this.hash(packet, 'sha256'); // hash the entire packet.
|
|
1031
1031
|
|
|
1032
1032
|
|