Skip to content

Commit c783d2a

Browse files
committed
Minor link updates
1 parent bafe69c commit c783d2a

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/FUNDING.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# These are supported funding model platforms
22

33
github: BitcoinSchema
4-
custom: https://gobitcoinsv.com/#sponsor
4+
custom: https://gobitcoinsv.com/#sponsor?utm_source=github&utm_medium=sponsor-link&utm_campaign=go-bitcoin&utm_term=go-bitcoin&utm_content=go-bitcoin

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![codecov](https://codecov.io/gh/BitcoinSchema/go-bitcoin/branch/master/graph/badge.svg?v=4)](https://codecov.io/gh/BitcoinSchema/go-bitcoin)
88
[![Go](https://img.shields.io/github/go-mod/go-version/BitcoinSchema/go-bitcoin?v=4)](https://golang.org/)
99
[![Sponsor](https://img.shields.io/badge/sponsor-BitcoinSchema-181717.svg?logo=github&style=flat&v=4)](https://github.com/sponsors/BitcoinSchema)
10-
[![Donate](https://img.shields.io/badge/donate-bitcoin-ff9900.svg?logo=bitcoin&style=flat&v=4)](https://gobitcoinsv.com/#sponsor)
10+
[![Donate](https://img.shields.io/badge/donate-bitcoin-ff9900.svg?logo=bitcoin&style=flat&v=4)](https://gobitcoinsv.com/#sponsor?utm_source=github&utm_medium=sponsor-link&utm_campaign=go-bitcoin&utm_term=go-bitcoin&utm_content=go-bitcoin)
1111

1212
<br/>
1313

@@ -151,7 +151,7 @@ vet Run the Go vet application
151151

152152
## Examples & Tests
153153
All unit tests and [examples](examples) run via [Github Actions](https://github.com/BitcoinSchema/go-bitcoin/actions) and
154-
uses [Go version 1.15.x](https://golang.org/doc/go1.15). View the [configuration file](.github/workflows/run-tests.yml).
154+
uses [Go version 1.14.x and 1.15.x](https://golang.org/doc/go1.15). View the [configuration file](.github/workflows/run-tests.yml).
155155

156156
Run all tests (including integration tests)
157157

@@ -206,7 +206,7 @@ View the [contributing guidelines](CONTRIBUTING.md) and follow the [code of cond
206206
All kinds of contributions are welcome :raised_hands:!
207207
The most basic way to show your support is to star :star2: the project, or to raise issues :speech_balloon:.
208208
You can also support this project by [becoming a sponsor on GitHub](https://github.com/sponsors/BitcoinSchema) :clap:
209-
or by making a [**bitcoin donation**](https://gobitcoinsv.com/#sponsor) to ensure this journey continues indefinitely! :rocket:
209+
or by making a [**bitcoin donation**](https://gobitcoinsv.com/#sponsor?utm_source=github&utm_medium=sponsor-link&utm_campaign=go-bitcoin&utm_term=go-bitcoin&utm_content=go-bitcoin) to ensure this journey continues indefinitely! :rocket:
210210

211211
<br/>
212212

transaction_test.go

+8-8
Original file line numberDiff line numberDiff line change
@@ -562,17 +562,17 @@ func TestCalculateFeeForTxVariousTxs(t *testing.T) {
562562
"010000000190c5208bed05b4e54746bab5a5d4a5e4324e2999c180b7ea7105047f1f16b84a030000006a47304402202ca5d7a2cfb2388babb549b10c47ed20cdadafb845af835c7d5ff04e933ba1c102200a8b7289bbd3c0cc62172afe0006ba374ddd0132a7e4fb4e92ebcff5ce9217db412102812d641ff356c362815f8fc03bd061c2ae57e02f5dc3083f61785c0e5b198039ffffffff040000000000000000ad006a223150755161374b36324d694b43747373534c4b79316b683536575755374d74555235035345540361707008746f6e6963706f7704747970650b6f666665725f636c69636b0f6f666665725f636f6e6669675f696403323934106f666665725f73657373696f6e5f696440653638616631393439626131633239326131376431393635343638383234383663653635313830663465363439383235613561363532376634646132303761661f0c0000000000001976a91409cc4559bdcb84cb35c107743f0dbb10d66679cc88ac31790000000000001976a9147c8ced9ee0f48192822a0148f27b5a1f24aa42d388ac53f74600000000001976a914852f89e9b05d6adfc905842ee0d301947d675df988ac00000000",
563563
&bt.Fee{FeeType: bt.FeeTypeStandard, MiningFee: bt.FeeUnit{
564564
Satoshis: 1000,
565-
Bytes: DefaultRateBytes,
565+
Bytes: 1000,
566566
}, RelayFee: bt.FeeUnit{
567567
Satoshis: 1000,
568-
Bytes: DefaultRateBytes,
568+
Bytes: 1000,
569569
}},
570570
&bt.Fee{FeeType: bt.FeeTypeData, MiningFee: bt.FeeUnit{
571571
Satoshis: 1000,
572-
Bytes: DefaultRateBytes,
572+
Bytes: 1000,
573573
}, RelayFee: bt.FeeUnit{
574574
Satoshis: 1000,
575-
Bytes: DefaultRateBytes,
575+
Bytes: 1000,
576576
}},
577577
"8785ca5f11795a38eb1f50f62562cb5e0335b283762fe8a2c7e96d5f7f79bb15",
578578
441,
@@ -582,17 +582,17 @@ func TestCalculateFeeForTxVariousTxs(t *testing.T) {
582582
"010000000190c5208bed05b4e54746bab5a5d4a5e4324e2999c180b7ea7105047f1f16b84a030000006a47304402202ca5d7a2cfb2388babb549b10c47ed20cdadafb845af835c7d5ff04e933ba1c102200a8b7289bbd3c0cc62172afe0006ba374ddd0132a7e4fb4e92ebcff5ce9217db412102812d641ff356c362815f8fc03bd061c2ae57e02f5dc3083f61785c0e5b198039ffffffff040000000000000000ad006a223150755161374b36324d694b43747373534c4b79316b683536575755374d74555235035345540361707008746f6e6963706f7704747970650b6f666665725f636c69636b0f6f666665725f636f6e6669675f696403323934106f666665725f73657373696f6e5f696440653638616631393439626131633239326131376431393635343638383234383663653635313830663465363439383235613561363532376634646132303761661f0c0000000000001976a91409cc4559bdcb84cb35c107743f0dbb10d66679cc88ac31790000000000001976a9147c8ced9ee0f48192822a0148f27b5a1f24aa42d388ac53f74600000000001976a914852f89e9b05d6adfc905842ee0d301947d675df988ac00000000",
583583
&bt.Fee{FeeType: bt.FeeTypeStandard, MiningFee: bt.FeeUnit{
584584
Satoshis: 250,
585-
Bytes: DefaultRateBytes,
585+
Bytes: 1000,
586586
}, RelayFee: bt.FeeUnit{
587587
Satoshis: 250,
588-
Bytes: DefaultRateBytes,
588+
Bytes: 1000,
589589
}},
590590
&bt.Fee{FeeType: bt.FeeTypeData, MiningFee: bt.FeeUnit{
591591
Satoshis: 250,
592-
Bytes: DefaultRateBytes,
592+
Bytes: 1000,
593593
}, RelayFee: bt.FeeUnit{
594594
Satoshis: 250,
595-
Bytes: DefaultRateBytes,
595+
Bytes: 1000,
596596
}},
597597
"8785ca5f11795a38eb1f50f62562cb5e0335b283762fe8a2c7e96d5f7f79bb15",
598598
109,

0 commit comments

Comments
 (0)