renamed subnets to subnet

This commit is contained in:
Lavanya Kasturi
2023-01-05 10:48:08 -06:00
parent 5aac7eef5a
commit 4848daa883

View File

@@ -81,4 +81,4 @@
;; check that we have enough signatures
(try! (check-miners (append (get signers signer-principals) tx-sender)))
;; execute the block commit
(as-contract (contract-call? .subnets commit-block (get block block-data) (get target-tip block-data) (get withdrawal-root block-data)))))
(as-contract (contract-call? .subnet commit-block (get block block-data) (get target-tip block-data) (get withdrawal-root block-data)))))