From d3aa9b3f5759c7899ef2d9f11e5287d026507e6e Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Mon, 1 Feb 2016 20:02:03 +0000 Subject: [PATCH] Fix typo --- bip-segwit-gbt.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-segwit-gbt.mediawiki b/bip-segwit-gbt.mediawiki index 75b5097a..0ad10c28 100644 --- a/bip-segwit-gbt.mediawiki +++ b/bip-segwit-gbt.mediawiki @@ -59,7 +59,7 @@ Servers MUST NOT include a commitment in the "coinbasetxn" key on the template. ==Motivation== -Segregated witness substatially changes the structure of blocks, so the previous getblocktemplate specification is no longer sufficient. +Segregated witness substantially changes the structure of blocks, so the previous getblocktemplate specification is no longer sufficient. It additionally also adds a new way of counting resource limits, and so GBT must be extended to convey this information correctly as well. ==Rationale==